Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#46 Remove data resource for sns topic to avoid race condition
Data Resources are evaluated before any code is executed, so if a single terraform apply intends to create an SNS topic _and_ create this module, the apply will fail because the data resource cannot resolve. Avoiding the use of data resources by deriving the SNS manually corrects the issue in this case.
- Loading branch information