-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
endpoint_auto_confirms and confirmation_timeout_in_minutes for sqs endpoints #166
Comments
Hi @scheffield This has been fixed since 0.6.16. Thanks! |
Hi, Terraform Configuration File data "aws_caller_identity" "current" {} resource "aws_sns_topic_subscription" "aws_sns_topic_subscription_to_sqs" { Terraform and Terragrunt version Terraform v0.11.11 Terraform Import Resut aws_sns_topic_subscription.aws_sns_topic_subscription_to_sqs: Importing from ID "arn:aws:sns:eu-central-1::foo-topic:"... S3 backend bucket terraform.state file look like resources": { When i run terragrunt plan below update-in-place output ~ update in-place Terraform will perform the following actions: ~ aws_sns_topic_subscription.aws_sns_topic_subscription_to_sqs After when i run terragrunt apply i have got below mofiying output aws_sns_topic_subscription.aws_sns_topic_subscription_to_sqs: Still modifying... (ID: arn:aws:sns:eu-central-1::A...c:, 57m40s elapsed) |
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! |
This issue was originally opened by @scheffield as hashicorp/terraform#6652. It was migrated here as part of the provider split. The original body of the issue is below.
Hi,
I recently upgraded to version
0.6.16
. Now I get changes for my sns subscriptions which look as follows:The protocol I'm subscribing to is
sqs
. From what I understand (reading the documentation: http://docs.aws.amazon.com/sns/latest/dg/SendMessageToHttp.html#SendMessageToHttp.prepare) auto confirm makes only sense for http/https endpoints. Applying the changes affects the terraform state but not the actual subscription. I recon the change was introduced by hashicorp/terraform#4711Please find my actual configuration and other infos below.
Terraform Version
Terraform v0.6.16
Affected Resource(s)
aws_sns_topic_subscription
Terraform Configuration Files
The text was updated successfully, but these errors were encountered: