Added docs for route53 zone 'comment' argument.
This commit is contained in:
parent
69f4acd5ac
commit
f5102e9174
|
@ -54,6 +54,7 @@ resource "aws_route53_record" "dev-ns" {
|
|||
The following arguments are supported:
|
||||
|
||||
* `name` - (Required) This is the name of the hosted zone.
|
||||
* `comment` - (Optional) A comment for the hosted zone. Defaults to 'Managed by Terraform'.
|
||||
* `tags` - (Optional) A mapping of tags to assign to the zone.
|
||||
* `vpc_id` - (Optional) The VPC to associate with a private hosted zone. Specifying `vpc_id` will create a private hosted zone.
|
||||
* `vpc_region` - (Optional) The VPC's region. Defaults to the region of the AWS provider.
|
||||
|
|
Loading…
Reference in New Issue