mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
docs/aws: Ensure completeness of aws_api_gateway_domain_name example (#10506)
Fixes #10493
This commit is contained in:
parent
50b3beb4e0
commit
8dec180793
@ -45,6 +45,7 @@ resource "aws_route53_record" "example" {
|
||||
alias {
|
||||
name = "${aws_api_gateway_domain_name.example.cloudfront_domain_name}"
|
||||
zone_id = "${aws_api_gateway_domain_name.example.cloudfront_zone_id}"
|
||||
evaluate_target_health = true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user