Added docs for route53 zone 'comment' argument.

This commit is contained in:
Stephen Chu 2015-05-21 20:05:52 +00:00
parent 69f4acd5ac
commit f5102e9174
1 changed files with 1 additions and 0 deletions

View File

@ -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.