Closed bryantbiggs closed 3 weeks ago
Is there any way to opt out of this? It adds unneded complexity to our terraform plan
Is there any way to opt out of this? It adds unneded complexity to our terraform plan
You can opt-out of the creation of the CloudFormation resource by passing observability_tag = null
to the module but unfortunately, due to how Terraform works, it will still need to initialize the random
provider since it's now part of the module's required_providers
(edit: well, the random_bytes
resource is not being conditionally created so the provider would be needed anyway).
What does this PR do?
Motivation
More
pre-commit run -a
with this PRFor Moderators
Additional Notes