We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2e041 commit 20c02dfCopy full SHA for 20c02df
python/rpdk/java/templates/init/guided_aws/TagHelper.java
@@ -77,7 +77,7 @@ public static Set<Tag> convertToSet(final Map<String, String> tagMap) {
77
*/
78
public final boolean shouldUpdateTags(final ResourceModel resourceModel, final ResourceHandlerRequest<ResourceModel> handlerRequest) {
79
final Map<String, String> previousTags = getPreviouslyAttachedTags(handlerRequest);
80
- final Map<String, String> desiredTags = getNewDesiredTags(resourceModel, handlerRequest);
+ final Map<String, String> desiredTags = getNewDesiredTags(handlerRequest);
81
return ObjectUtils.notEqual(previousTags, desiredTags);
82
}
83
0 commit comments