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/env_aws.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Bring Your Own Cloud (BYOC) AWS environment data source.
64
64
- "ROUND_ROBIN": load balance traffic across all zones in round-robin fashion (default)
65
65
- "ZONE_BEST_EFFORT": keep traffic within same zone
66
66
-`maintenance_windows` (Attributes List) List of maintenance windows during which automatic maintenance is permitted. By default updates are applied as soon as they are available. (see [below for nested schema](#nestedatt--maintenance_windows))
67
-
-`node_groups` (Attributes List) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
67
+
-`node_groups` (Attributes Set) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
68
68
-`peering_connections` (Attributes List) AWS environment VPC peering configuration. (see [below for nested schema](#nestedatt--peering_connections))
69
69
-`permissions_boundary_policy_arn` (String) Policy ARN that sets the maximum permissions for the IAM roles created by the environment. **[IMMUTABLE]**
70
70
-`region` (String) AWS region ([docs](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.Regions)). **[IMMUTABLE]**
@@ -76,7 +76,7 @@ Bring Your Own Cloud (BYOC) AWS environment data source.
76
76
-`skip_deprovision_on_destroy` (Boolean) Set to `true` will delete without waiting for environment deprovisioning. Use this with precaution, it may end up with dangling resources in your cloud provider (default `false`).
77
77
-`spec_revision` (Number) Spec revision
78
78
-`tags` (Attributes List) Tags to apply to AWS resources. (see [below for nested schema](#nestedatt--tags))
79
-
-`zones` (List of String) Explicit list of AWS availability zones. At least 2 required.
79
+
-`zones` (Set of String) Explicit list of AWS availability zones. At least 2 required.
Copy file name to clipboardExpand all lines: docs/data-sources/env_azure.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Bring Your Own Cloud (BYOC) Azure environment data source.
57
57
- "ROUND_ROBIN": load balance traffic across all zones in round-robin fashion (default)
58
58
- "ZONE_BEST_EFFORT": keep traffic within same zone
59
59
-`maintenance_windows` (Attributes List) List of maintenance windows during which automatic maintenance is permitted. By default updates are applied as soon as they are available. (see [below for nested schema](#nestedatt--maintenance_windows))
60
-
-`node_groups` (Attributes List) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
60
+
-`node_groups` (Attributes Set) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
61
61
-`private_link_service` (Attributes) Azure Private Link service configuration. (see [below for nested schema](#nestedatt--private_link_service))
62
62
-`region` (String) Azure region ([docs](https://azure.microsoft.com/en-us/explore/global-infrastructure/geographies/#overview)). **[IMMUTABLE]**
63
63
@@ -69,7 +69,7 @@ Bring Your Own Cloud (BYOC) Azure environment data source.
69
69
-`subscription_id` (String) ID linking the environment to a specific Azure subscription for resource management. **[IMMUTABLE]**
70
70
-`tags` (Attributes List) Tags to apply to Azure resources. (see [below for nested schema](#nestedatt--tags))
71
71
-`tenant_id` (String) ID of the Azure Active Directory tenant for user identity and access management. **[IMMUTABLE]**
72
-
-`zones` (List of String) Explicit list of Azure availability zones. At least 2 required.
72
+
-`zones` (Set of String) Explicit list of Azure availability zones. At least 2 required.
Copy file name to clipboardExpand all lines: docs/data-sources/env_gcp.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Bring Your Own Cloud (BYOC) GCP environment data source.
58
58
- "ROUND_ROBIN": load balance traffic across all zones in round-robin fashion (default)
59
59
- "ZONE_BEST_EFFORT": keep traffic within same zone
60
60
-`maintenance_windows` (Attributes List) List of maintenance windows during which automatic maintenance is permitted. By default updates are applied as soon as they are available. (see [below for nested schema](#nestedatt--maintenance_windows))
61
-
-`node_groups` (Attributes List) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
61
+
-`node_groups` (Attributes Set) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
62
62
-`peering_connections` (Attributes List) Network peering configuration. (see [below for nested schema](#nestedatt--peering_connections))
63
63
-`private_service_consumers` (List of String) List of project IDs representing the network's private service consumers.
64
64
-`region` (String) GCP region ([docs](https://cloud.google.com/about/locations)). **[IMMUTABLE]**
@@ -67,7 +67,7 @@ Bring Your Own Cloud (BYOC) GCP environment data source.
67
67
- "us-west1".
68
68
-`skip_deprovision_on_destroy` (Boolean) Set to `true` will delete without waiting for environment deprovisioning. Use this with precaution, it may end up with dangling resources in your cloud provider (default `false`).
69
69
-`spec_revision` (Number) Spec revision
70
-
-`zones` (List of String) Explicit list of GCP zones. At least 2 required.
70
+
-`zones` (Set of String) Explicit list of GCP zones. At least 2 required.
Copy file name to clipboardExpand all lines: docs/data-sources/env_k8s.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Bring Your Own Kubernetes (BYOK) environment data source.
62
62
-`logs` (Attributes) Kubernetes environment logs configuration (see [below for nested schema](#nestedatt--logs))
63
63
-`maintenance_windows` (Attributes List) List of maintenance windows during which automatic maintenance is permitted. By default updates are applied as soon as they are available. (see [below for nested schema](#nestedatt--maintenance_windows))
64
64
-`metrics` (Attributes) Metrics configuration (see [below for nested schema](#nestedatt--metrics))
65
-
-`node_groups` (Attributes List) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
65
+
-`node_groups` (Attributes Set) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
66
66
-`skip_deprovision_on_destroy` (Boolean) Set to `true` will delete without waiting for environment deprovisioning. Use this with precaution, it may end up with dangling resources in your cloud provider (default `false`).
67
67
-`spec_revision` (Number) Spec revision
68
68
@@ -203,7 +203,7 @@ Required:
203
203
204
204
-`capacity_per_zone` (Number) Maximum number of instances per availability zone.
-`zones` (List of String) topology.kubernetes.io/zone values.
206
+
-`zones` (Set of String) topology.kubernetes.io/zone values.
207
207
208
208
Optional:
209
209
@@ -214,8 +214,8 @@ Optional:
214
214
- "SYSTEM" (at least one node group must include a SYSTEM reservation)
215
215
- "CLICKHOUSE"
216
216
- "ZOOKEEPER"
217
-
-`selector` (Attributes List) `nodeSelector` to apply to the pods targeting this group (see [below for nested schema](#nestedatt--node_groups--selector))
218
-
-`tolerations` (Attributes List) List of tolerations to apply to the pods targeting this group (see [below for nested schema](#nestedatt--node_groups--tolerations))
217
+
-`selector` (Attributes Set) `nodeSelector` to apply to the pods targeting this group (see [below for nested schema](#nestedatt--node_groups--selector))
218
+
-`tolerations` (Attributes Set) List of tolerations to apply to the pods targeting this group (see [below for nested schema](#nestedatt--node_groups--tolerations))
Copy file name to clipboardExpand all lines: docs/resources/env_aws.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ data "altinitycloud_env_aws_status" "this" {
216
216
217
217
Examples:
218
218
- "acme-staging" (where "acme" is your account name)
219
-
-`node_groups` (Attributes List) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
219
+
-`node_groups` (Attributes Set) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
220
220
-`region` (String) AWS region ([docs](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.Regions)). **[IMMUTABLE]**
221
221
222
222
Examples:
@@ -257,7 +257,7 @@ data "altinitycloud_env_aws_status" "this" {
257
257
-`resource_prefix` (String) Resource prefix used for provisioned resources **[IMMUTABLE]**
258
258
-`skip_deprovision_on_destroy` (Boolean) Set to `true` will delete without waiting for environment deprovisioning. Use this with precaution, it may end up with dangling resources in your cloud provider (default `false`).
259
259
-`tags` (Attributes List) Tags to apply to AWS resources. (see [below for nested schema](#nestedatt--tags))
260
-
-`zones` (List of String) Explicit list of AWS availability zones. At least 2 required.
260
+
-`zones` (Set of String) Explicit list of AWS availability zones. At least 2 required.
Copy file name to clipboardExpand all lines: docs/resources/env_azure.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ data "altinitycloud_env_azure_status" "this" {
88
88
89
89
Examples:
90
90
- "acme-staging" (where "acme" is your account name)
91
-
-`node_groups` (Attributes List) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
91
+
-`node_groups` (Attributes Set) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
92
92
-`region` (String) Azure region ([docs](https://azure.microsoft.com/en-us/explore/global-infrastructure/geographies/#overview)). **[IMMUTABLE]**
93
93
94
94
Examples:
@@ -126,7 +126,7 @@ data "altinitycloud_env_azure_status" "this" {
126
126
-`private_link_service` (Attributes) Azure Private Link service configuration. (see [below for nested schema](#nestedatt--private_link_service))
127
127
-`skip_deprovision_on_destroy` (Boolean) Set to `true` will delete without waiting for environment deprovisioning. Use this with precaution, it may end up with dangling resources in your cloud provider (default `false`).
128
128
-`tags` (Attributes List) Tags to apply to Azure resources. (see [below for nested schema](#nestedatt--tags))
129
-
-`zones` (List of String) Explicit list of Azure availability zones. At least 2 required.
129
+
-`zones` (Set of String) Explicit list of Azure availability zones. At least 2 required.
Copy file name to clipboardExpand all lines: docs/resources/env_gcp.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ data "altinitycloud_env_gcp_status" "this" {
97
97
98
98
Examples:
99
99
- "acme-staging" (where "acme" is your account name)
100
-
-`node_groups` (Attributes List) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
100
+
-`node_groups` (Attributes Set) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
101
101
-`region` (String) GCP region ([docs](https://cloud.google.com/about/locations)). **[IMMUTABLE]**
102
102
103
103
Examples:
@@ -132,7 +132,7 @@ data "altinitycloud_env_gcp_status" "this" {
132
132
-`peering_connections` (Attributes List) Network peering configuration. (see [below for nested schema](#nestedatt--peering_connections))
133
133
-`private_service_consumers` (List of String) List of project IDs representing the network's private service consumers.
134
134
-`skip_deprovision_on_destroy` (Boolean) Set to `true` will delete without waiting for environment deprovisioning. Use this with precaution, it may end up with dangling resources in your cloud provider (default `false`).
135
-
-`zones` (List of String) Explicit list of GCP zones. At least 2 required.
135
+
-`zones` (Set of String) Explicit list of GCP zones. At least 2 required.
project_id = "peering-project-id" # Replace with actual peering project ID
299
-
network_name = "peering-network-name" # Replace with actual peering network name
298
+
project_id = "peering-project-id" # Replace with actual peering project ID
299
+
network_name = "peering-network-name" # Replace with actual peering network name
300
300
}
301
301
}
302
302
@@ -325,7 +325,7 @@ data "altinitycloud_env_gcp_status" "this" {
325
325
326
326
Examples:
327
327
- "acme-staging" (where "acme" is your account name)
328
-
-`node_groups` (Attributes List) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
328
+
-`node_groups` (Attributes Set) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
329
329
-`region` (String) GCP region ([docs](https://cloud.google.com/about/locations)). **[IMMUTABLE]**
330
330
331
331
Examples:
@@ -360,7 +360,7 @@ data "altinitycloud_env_gcp_status" "this" {
360
360
-`peering_connections` (Attributes List) Network peering configuration. (see [below for nested schema](#nestedatt--peering_connections))
361
361
-`private_service_consumers` (List of String) List of project IDs representing the network's private service consumers.
362
362
-`skip_deprovision_on_destroy` (Boolean) Set to `true` will delete without waiting for environment deprovisioning. Use this with precaution, it may end up with dangling resources in your cloud provider (default `false`).
363
-
-`zones` (List of String) Explicit list of GCP zones. At least 2 required.
363
+
-`zones` (Set of String) Explicit list of GCP zones. At least 2 required.
-`zones` (List of String) topology.kubernetes.io/zone values.
382
+
-`zones` (Set of String) topology.kubernetes.io/zone values.
383
383
384
384
Optional:
385
385
@@ -390,8 +390,8 @@ Optional:
390
390
- "SYSTEM" (at least one node group must include a SYSTEM reservation)
391
391
- "CLICKHOUSE"
392
392
- "ZOOKEEPER"
393
-
-`selector` (Attributes List) `nodeSelector` to apply to the pods targeting this group (see [below for nested schema](#nestedatt--node_groups--selector))
394
-
-`tolerations` (Attributes List) List of tolerations to apply to the pods targeting this group (see [below for nested schema](#nestedatt--node_groups--tolerations))
393
+
-`selector` (Attributes Set) `nodeSelector` to apply to the pods targeting this group (see [below for nested schema](#nestedatt--node_groups--selector))
394
+
-`tolerations` (Attributes Set) List of tolerations to apply to the pods targeting this group (see [below for nested schema](#nestedatt--node_groups--tolerations))
0 commit comments