Skip to content

Commit

Permalink
Google managed zone dns_name argument requires a fully qualified doma…
Browse files Browse the repository at this point in the history
…in name.
  • Loading branch information
booi authored and nat-henderson committed Apr 9, 2018
1 parent 9697b26 commit b372fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/d/dns_managed_zone.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "google_dns_record_set" "dns" {

The following attributes are exported:

* `dns_name` - The DNS name of this zone, e.g. "terraform.io".
* `dns_name` - The fully qualified DNS name of this zone, e.g. `terraform.io.`.

* `description` - A textual description field.

Expand Down
2 changes: 1 addition & 1 deletion docs/r/dns_managed_zone.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "google_dns_managed_zone" "prod" {

The following arguments are supported:

* `dns_name` - (Required) The DNS name of this zone, e.g. "terraform.io".
* `dns_name` - (Required) The fully qualified DNS name of this zone, e.g. `terraform.io.`.

* `name` - (Required) A unique name for the resource, required by GCE.
Changing this forces a new resource to be created.
Expand Down

0 comments on commit b372fa6

Please sign in to comment.