From 1696535082300b6a99ed139a98df4969b355fafe Mon Sep 17 00:00:00 2001 From: Shane O'Grady Date: Wed, 2 Mar 2016 17:01:54 -0300 Subject: [PATCH] description is now a required field for google_dns_managed_zone The description field for a managed-zone is now a required field when using the Cloud API. This commit defaults the field to use the text "Managed by Terraform" to minimize required boilerplate for Terraform users. Ref: https://cloud.google.com/sdk/gcloud/reference/dns/managed-zones/create --- r/dns_managed_zone.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/dns_managed_zone.markdown b/r/dns_managed_zone.markdown index 90e9c73f..c57d9487 100644 --- a/r/dns_managed_zone.markdown +++ b/r/dns_managed_zone.markdown @@ -29,7 +29,7 @@ The following arguments are supported: * `dns_name` - (Required) The DNS name of this zone, e.g. "terraform.io". -* `description` - (Optional) A textual description field. +* `description` - (Optional) A textual description field. Defaults to 'Managed by Terraform'. ## Attributes Reference