You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/dns_zone.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ data "stackit_dns_zone" "example" {
40
40
-`default_ttl` (Number) Default time to live.
41
41
-`description` (String) Description of the zone.
42
42
-`expire_time` (Number) Expire time.
43
+
-`extensions` (Attributes) A single extensions block as defined below. (see [below for nested schema](#nestedatt--extensions))
43
44
-`id` (String) Terraform's internal data source. ID. It is structured as "`project_id`,`zone_id`".
44
45
-`is_reverse_zone` (Boolean) Specifies, if the zone is a reverse zone or not.
45
46
-`name` (String) The user given name of the zone.
@@ -60,3 +61,19 @@ data "stackit_dns_zone" "example" {
60
61
Optional:
61
62
62
63
-`read` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
64
+
65
+
66
+
<aid="nestedatt--extensions"></a>
67
+
### Nested Schema for `extensions`
68
+
69
+
Read-Only:
70
+
71
+
-`observability` (Attributes) A single observability block as defined below. (see [below for nested schema](#nestedatt--extensions--observability))
72
+
73
+
<aid="nestedatt--extensions--observability"></a>
74
+
### Nested Schema for `extensions.observability`
75
+
76
+
Read-Only:
77
+
78
+
-`observability_instance_id` (String) Observability instance ID to choose which Observability instance is used.
79
+
-`state` (String) State of the observability extension.
0 commit comments