Skip to content

Commit ae2fc2c

Browse files
committed
Improve README for v2
1 parent 1791846 commit ae2fc2c

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -69,28 +69,21 @@ module "acm" {
6969

7070
- [Basic usage example](./examples/basic/)
7171
- [Use existing domain validations records](./examples/without-domain-validation)
72-
73-
## Recreating ACM Certificate
74-
75-
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)
8173

8274
## Requirements
8375

8476
| Name | Version |
8577
|------|---------|
86-
| terraform | >= 0.12.0 |
78+
| terraform | >= 0.12.6 |
79+
| aws | ~> 3.0 |
8780

8881
## Providers
8982

9083
| Name | Version |
9184
|------|---------|
92-
| aws.acm | n/a |
93-
| aws.route53 | n/a |
85+
| aws.acm | ~> 3.0 |
86+
| aws.route53 | ~> 3.0 |
9487

9588
## Inputs
9689

0 commit comments

Comments
 (0)