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
"github.com/stackitcloud/stackit-sdk-go/services/foo"// Import service "foo" from the STACKIT SDK for Go
21
23
"github.com/stackitcloud/stackit-sdk-go/services/foo/wait"// Import service "foo" waiters from the STACKIT SDK for Go (in case the service API has asynchronous endpoints)
@@ -32,13 +34,14 @@ var (
32
34
33
35
// Model is the internal model of the terraform resource
Copy file name to clipboardExpand all lines: docs/data-sources/dns_record_set.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ data "stackit_dns_record_set" "example" {
29
29
-`record_set_id` (String) The rr set id.
30
30
-`zone_id` (String) The zone ID to which is dns record set is associated.
31
31
32
+
### Optional
33
+
34
+
-`timeouts` (Attributes) (see [below for nested schema](#nestedatt--timeouts))
35
+
32
36
### Read-Only
33
37
34
38
-`active` (Boolean) Specifies if the record set is active or not.
@@ -41,3 +45,10 @@ data "stackit_dns_record_set" "example" {
41
45
-`state` (String) Record set state.
42
46
-`ttl` (Number) Time to live. E.g. 3600
43
47
-`type` (String) The record set type. E.g. `A` or `CNAME`
48
+
49
+
<aid="nestedatt--timeouts"></a>
50
+
### Nested Schema for `timeouts`
51
+
52
+
Optional:
53
+
54
+
-`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).
Copy file name to clipboardExpand all lines: docs/data-sources/dns_zone.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ data "stackit_dns_zone" "example" {
29
29
### Optional
30
30
31
31
-`dns_name` (String) The zone name. E.g. `example.com` (must not end with a trailing dot).
32
+
-`timeouts` (Attributes) (see [below for nested schema](#nestedatt--timeouts))
32
33
-`zone_id` (String) The zone ID.
33
34
34
35
### Read-Only
@@ -52,3 +53,10 @@ data "stackit_dns_zone" "example" {
52
53
-`state` (String) Zone state.
53
54
-`type` (String) Zone type.
54
55
-`visibility` (String) Visibility of the zone.
56
+
57
+
<aid="nestedatt--timeouts"></a>
58
+
### Nested Schema for `timeouts`
59
+
60
+
Optional:
61
+
62
+
-`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).
Copy file name to clipboardExpand all lines: docs/data-sources/loadbalancer.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ data "stackit_loadbalancer" "example" {
49
49
50
50
Optional:
51
51
52
-
-`server_name_indicators` (Attributes List) A list of domain names to match in order to pass TLS traffic to the target pool in the current listener (see [below for nested schema](#nestedatt--listeners--server_name_indicators))
52
+
-`server_name_indicators` (Attributes List, Deprecated) A list of domain names to match in order to pass TLS traffic to the target pool in the current listener (see [below for nested schema](#nestedatt--listeners--server_name_indicators))
0 commit comments