You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the [https://github.com/terraform-providers/terraform-provider-aws/issues/8531](https://github.com/terraform-providers/terraform-provider-aws/issues/8531) issue, this module implement a workaround that makes existing ACM certificate won't be recreated when we change the subject alternatives name. So make sure to taint the certificate using `terraform taint` command before adjusting the subject alternatives name. Here is the steps:
76
-
77
-
1. Taint exisiting certificate using `terraform taint module.acm.aws_acm_certificate.self` command.
78
-
1. Adjust value of the `subject_alternatives_name` variable.
79
-
1. Run `terraform plan -out=tfplan.out` and review the execution plan.
80
-
1. Apply the change using `terraform apply tfplan.out`.
72
+
-[Different AWS account between ACM and Route53](./examples/different-aws-account)
0 commit comments