Skip to content

v0.12.7

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 09 Nov 16:25
c09b627

🚀 Enhancements

IAM role fails to create without SNS topic @kevcube (#40)

what

  • The IAM role for putting objects into S3 can only be created if create_sns_topic is true, because the data object on line 144 depends on it, and the IAM role currently needs this data object

why

  • I was unable to instantiate this module with both create_sns_topic = false and create_iam_role = true

references

  • main.tf lines 99, 145