[Enhancement]: Add resource_tag_logical_operator
argument to aws_fms_policy
#41273
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/fms
Issues and PRs that pertain to the fms service.
Terraform Core Version
1.7.4
AWS Provider Version
5.52.0
Affected Resource(s)
Expected Behavior
aws_fms_policy
resource display changes to ResourceTagLogicalOperator attribute of the resource in the plan/apply output.Actual Behavior
aws_fms_policy
resource changes the state of ResourceTagLogicalOperator - but this change does not appear in the plan/apply output. As a consequence, the default value for this attribute is assumed and the value is set toAND
by AWS. This changes the state of the underlying object. In my case, the operator was set toOR
via the AWS console but aws terraform provider modified this but did not show up in the plan output.Relevant Error/Panic Output Snippet
No error. The plan simply doesn't show this diff/change in the plan output.
Terraform Configuration Files
N/A
Steps to Reproduce
aws_fms_policy
with resource target scope set to target resource tagsDebug Output
N/A
Panic Output
N/A
Important Factoids
N/A
References
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetaglogicaloperator
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: