DOC: updated readme
This commit is contained in:
parent
b37b681657
commit
e39ad9e1c4
@ -3,16 +3,17 @@ Create route53 geolocation records
|
||||
|
||||
## Example
|
||||
```hcl
|
||||
module "georecord" {
|
||||
source = "./submodule/r53-record-geo"
|
||||
record_name = "products"
|
||||
module "r53-www" {
|
||||
source = "../../modules/networking/r53-record-geo"
|
||||
|
||||
record_name = "www"
|
||||
record_type = "A"
|
||||
record_values = ["1.2.3.4"]
|
||||
set_identifier = "DNS record for unspecified locations"
|
||||
record_values = ["192.168.33.10"]
|
||||
set_identifier = "Global web servers"
|
||||
record_type_locational = "A"
|
||||
record_values_locational = ["5.6.7.8"]
|
||||
set_identifier_locational = "DNS record for China"
|
||||
record_values_locational = ["172.17.16.10"]
|
||||
set_identifier_locational = "China web servers"
|
||||
country_code = "CN"
|
||||
zone_id = "r53-zone-id"
|
||||
zone_id = aws_route53_zone.zone.zone_id
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue
Block a user