-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raw_message_delivery
field of aws_sns_topic_subscription
doesn't tracked when modified on AWS's side
#1910
Comments
raw_message_delivery
field of aws_sns_topic_subscription
doesn't changed when changed on AWS's sideraw_message_delivery
field of aws_sns_topic_subscription
doesn't tracked when modified on AWS's side
I'm seeing the same thing - TF didn't apply the value for |
Reporting same issue here:
Apply:
But it deployed as false:
UPDATE: We figured that raw_message_delivery attribute can be set to true only for SQS and HTTP(S) subscriptions:
When I hit apply second time it goes just fine. So I believe bug is that subscription should be created if attribute setting failed. |
Pull request submitted: #6023 |
The fix for the original issue has been merged and will release with version 1.39.0 of the AWS provider, likely later today. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Terraform Version
Terraform v0.10.7
provider "aws" (1.1.0)
Affected Resource(s)
aws_sns_topic_subscription
Terraform Configuration Files
Steps to Reproduce
terraform apply
raw_message_delivery
parameter for newly created resourcesns_subscription
. Fromtrue
tofalse
on AWS's side.terraform plan
Expected Behavior
aws_sns_topic_subscription.sns_topic_subscription.raw_message_delivery
should be marked as changed and addfalse
totrue
change in plan.Actual Behavior
no changes tracked for field
aws_sns_topic_subscription.sns_topic_subscription.raw_message_delivery
The text was updated successfully, but these errors were encountered: