Relative Content

Tag Archive for amazon-web-servicesterraformterraform-provider-awsamazon-sns

terraform conditional resource creation for_each and list

I am adding this to a module and would like to enable this resource only when a parent project (using the module) input one or a list of email addresses (so if “var.sns_email_subscriber” is not specified or none in the parent project, this resource won’t be enabled/used).