pbs / terraform-aws-synthetics-module

Standard PBS TF CloudWatch Synthetics Module
MIT License
0 stars 0 forks source link

Updating names on extra resources #20

Closed yhakbar closed 1 year ago

yhakbar commented 1 year ago

This is a breaking change due to the fact that the extra resources like the snapshot bucket and execution role are named based on the local.name value instead of the var.product value.

To mitigate the impact of this breaking change, remove the existing resources from state using a terraform state rm to avoid destroying them via the next apply.

This is important when creating multiple synthetics for the same product.