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
Copy file name to clipboardExpand all lines: examples/without-domain-validation/README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Terraform AWS ACM Multiple Hosted Zone Example
2
2
3
-
This provides example on how to use terraform-aws-acm-multiple-hosted-zone module without creating or overwriting existing domain validation records on Route53.
3
+
This example provides guides on how to use terraform-aws-acm-multiple-hosted-zone module without creating domain validation records on Route53.
4
+
In general it is okay to overwrite domain validation records on Route53.
5
+
This example cater to the case in which we don't want to overwrite existing domain validation for any reason.
4
6
5
7
## Usage
6
8
@@ -13,7 +15,7 @@ terraform apply tfplan.out
13
15
```
14
16
15
17
Note that this example may create resources that cost money.
16
-
Run `terraform destroy`when you don't need the resources anymore.
0 commit comments