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/resources/cluster_logging.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,7 @@ The following attributes are exported:
134
134
*`protocol` - (Optional) Protocol for the syslog service. `tcp` and `udp` are supported. Default: `udp` (string)
135
135
*`severity` - (Optional) Date format for the syslog logs. `emergency`, `alert`, `critical`, `error`, `warning`, `notice`, `info` and `debug` are supported. Default: `notice` (string)
136
136
*`ssl_verify` - (Optional) SSL verify for the syslog service (bool)
137
+
*`enable_tls` - (Optional) Enable TLS for the syslog service. Default `false` (bool)
137
138
*`token` - (Optional/Sensitive) Token for the syslog service (string)
Copy file name to clipboardExpand all lines: docs/resources/cluster_sync.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,9 @@ The following arguments are supported:
87
87
*`cluster_id` - (Required/ForceNew) The cluster ID that is syncing (string)
88
88
*`node_pool_ids` - (Optional) The node pool IDs used by the cluster id (list)
89
89
*`wait_monitoring` - (Optional) Wait until monitoring is up and running. Default: `false` (bool)
90
+
*`state_confirm` - (Optional) Wait until active status is confirmed a number of times (wait interval of 5s). Default: `1` means no confirmation (int)
90
91
92
+
**Note**`state_confirm` would be useful, if you have troubles for creating/updating custom clusters that eventually are reaching `active` state before they are fully installed. For example: setting `state_confirm = 2` will assure that the cluster has been in `active` state for at least 5 seconds, `state_confirm = 3` assure at least 10 seconds, etc
Copy file name to clipboardExpand all lines: docs/resources/namespace.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
@@ -70,7 +70,7 @@ The following arguments are supported:
70
70
*`project_id` - (Required) The project id where assign namespace. It's on the form `project_id=<cluster_id>:<id>`. Updating `<id>` part on same `<cluster_id>` namespace will be moved between projects (string)
0 commit comments