We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ce87ea + 84d16d1 commit de4ae94Copy full SHA for de4ae94
docs/r/dns_managed_zone.markdown
@@ -18,6 +18,10 @@ resource "google_dns_managed_zone" "prod" {
18
name = "prod-zone"
19
dns_name = "prod.mydomain.com."
20
description = "Production DNS zone"
21
+
22
+ labels = {
23
+ foo = "bar"
24
+ }
25
}
26
```
27
@@ -37,6 +41,8 @@ The following arguments are supported:
37
41
* `project` - (Optional) The ID of the project in which the resource belongs. If it
38
42
is not provided, the provider project is used.
39
43
44
+* `labels` - (Optional) A set of key/value label pairs to assign to the instance.
45
40
46
## Attributes Reference
47
48
In addition to the arguments listed above, the following computed attributes are
0 commit comments