You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this only happens if the SNS Topic doesn't already exist and is created in the same run. I was able to use this config successfully when the SNS topic already existed.
I can work around this by mapping the arn out manually.
The text was updated successfully, but these errors were encountered:
erutherford
changed the title
Getting diffs didn't match during apply when creating SQS Queues
Getting "diffs didn't match during apply" when creating SQS Queues
May 17, 2016
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 25, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
v0.6.16
Affected Resource(s)
SQS Queues
Terraform Configuration Files
Debug Output
https://gist.github.com/erutherford/45f04c908f1008d3e727fc16f147c28b
Expected Behavior
When I run
terraform apply
I'd expect it to create the SNS Topic, then grab the arn from that topic and substitute that into the SQS run.Actual Behavior
It throws an error asking me to file a bug.
Steps to Reproduce
Try to reference the arn for an SNS topic in a SQS config
This throws the error
This is a bug with Terraform and should be reported as a GitHub Issue.
Important Factoids
I can work around this by mapping the arn out manually.
References
None that I could find
The text was updated successfully, but these errors were encountered: