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
-`eks_logging` (Boolean) Enable/Disable EKS control plane logging to CloudWatch (default `false`).
57
58
-`endpoints` (Attributes List) AWS environment VPC endpoint configuration (see [below for nested schema](#nestedatt--endpoints))
58
59
-`external_buckets` (Attributes Set) List of external S3 bucket to allow access to. (see [below for nested schema](#nestedatt--external_buckets))
59
60
-`force_destroy` (Boolean) Locks the environment for accidental deletion when running `terraform destroy` command. Your environment will be deleted, only when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run (before running the `terraform destroy`) to update this value in the state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. (default `false`)
@@ -67,6 +68,7 @@ Bring Your Own Cloud (BYOC) AWS environment data source.
67
68
- "ROUND_ROBIN": load balance traffic across all zones in round-robin fashion (default)
68
69
- "ZONE_BEST_EFFORT": keep traffic within same zone
69
70
-`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))
71
+
-`metrics_endpoint` (Attributes) Metrics endpoint configuration. (see [below for nested schema](#nestedatt--metrics_endpoint))
70
72
-`node_groups` (Attributes List) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
71
73
-`peering_connections` (Attributes List) AWS environment VPC peering configuration. (see [below for nested schema](#nestedatt--peering_connections))
72
74
-`permissions_boundary_policy_arn` (String) Policy ARN that sets the maximum permissions for the IAM roles created by the environment. **[IMMUTABLE]**
@@ -238,6 +240,15 @@ Optional:
238
240
-`enabled` (Boolean) Set to `true` if maintenance window is enabled, `false` otherwise. (default `false`)
239
241
240
242
243
+
<aid="nestedatt--metrics_endpoint"></a>
244
+
### Nested Schema for `metrics_endpoint`
245
+
246
+
Optional:
247
+
248
+
-`enabled` (Boolean) Set to `true` if metrics endpoint is enabled, `false` otherwise (default `false`).
249
+
-`source_ip_ranges` (List of String) IP addresses/blocks to allow traffic from when metrics endpoint is enabled.
Copy file name to clipboardExpand all lines: docs/data-sources/env_azure.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +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
+
-`metrics_endpoint` (Attributes) Metrics endpoint configuration. (see [below for nested schema](#nestedatt--metrics_endpoint))
60
61
-`node_groups` (Attributes List) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
61
62
-`private_link_service` (Attributes) Azure Private Link service configuration. (see [below for nested schema](#nestedatt--private_link_service))
62
63
-`region` (String) Azure region ([docs](https://azure.microsoft.com/en-us/explore/global-infrastructure/geographies/#overview)). **[IMMUTABLE]**
@@ -125,6 +126,15 @@ Optional:
125
126
-`enabled` (Boolean) Set to `true` if maintenance window is enabled, `false` otherwise. (default `false`)
126
127
127
128
129
+
<aid="nestedatt--metrics_endpoint"></a>
130
+
### Nested Schema for `metrics_endpoint`
131
+
132
+
Optional:
133
+
134
+
-`enabled` (Boolean) Set to `true` if metrics endpoint is enabled, `false` otherwise (default `false`).
135
+
-`source_ip_ranges` (List of String) IP addresses/blocks to allow traffic from when metrics endpoint is enabled.
Copy file name to clipboardExpand all lines: docs/data-sources/env_gcp.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +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
+
-`metrics_endpoint` (Attributes) Metrics endpoint configuration. (see [below for nested schema](#nestedatt--metrics_endpoint))
61
62
-`node_groups` (Attributes List) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
62
63
-`peering_connections` (Attributes List) Network peering configuration. (see [below for nested schema](#nestedatt--peering_connections))
63
64
-`private_service_consumers` (List of String) List of project IDs representing the network's private service consumers.
@@ -122,6 +123,15 @@ Optional:
122
123
-`enabled` (Boolean) Set to `true` if maintenance window is enabled, `false` otherwise. (default `false`)
123
124
124
125
126
+
<aid="nestedatt--metrics_endpoint"></a>
127
+
### Nested Schema for `metrics_endpoint`
128
+
129
+
Optional:
130
+
131
+
-`enabled` (Boolean) Set to `true` if metrics endpoint is enabled, `false` otherwise (default `false`).
132
+
-`source_ip_ranges` (List of String) IP addresses/blocks to allow traffic from when metrics endpoint is enabled.
Copy file name to clipboardExpand all lines: docs/data-sources/env_hcloud.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ Bring Your Own Cloud (BYOC) HCloud environment data source.
62
62
Examples:
63
63
- ["hil"]
64
64
-`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))
65
+
-`metrics_endpoint` (Attributes) Metrics endpoint configuration. (see [below for nested schema](#nestedatt--metrics_endpoint))
Copy file name to clipboardExpand all lines: docs/data-sources/env_k8s.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +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
+
-`metrics_endpoint` (Attributes) Metrics endpoint configuration. (see [below for nested schema](#nestedatt--metrics_endpoint))
65
66
-`node_groups` (Attributes List) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
66
67
-`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
68
-`spec_revision` (Number) Spec revision
@@ -196,6 +197,15 @@ Optional:
196
197
-`retention_period_in_days` (Number) Metrics retention period in days (default `30`).
197
198
198
199
200
+
<aid="nestedatt--metrics_endpoint"></a>
201
+
### Nested Schema for `metrics_endpoint`
202
+
203
+
Optional:
204
+
205
+
-`enabled` (Boolean) Set to `true` if metrics endpoint is enabled, `false` otherwise (default `false`).
206
+
-`source_ip_ranges` (List of String) IP addresses/blocks to allow traffic from when metrics endpoint is enabled.
-`eks_logging` (Boolean) Enable/Disable EKS control plane logging to CloudWatch (default `false`).
321
322
-`endpoints` (Attributes List) AWS environment VPC endpoint configuration (see [below for nested schema](#nestedatt--endpoints))
322
323
-`external_buckets` (Attributes Set) List of external S3 bucket to allow access to. (see [below for nested schema](#nestedatt--external_buckets))
323
324
-`force_destroy` (Boolean) Locks the environment for accidental deletion when running `terraform destroy` command. Your environment will be deleted, only when setting this parameter to `true`. Once this parameter is set to `true`, there must be a successful `terraform apply` run (before running the `terraform destroy`) to update this value in the state. Without a successful `terraform apply` after this parameter is set, this flag will have no effect. (default `false`)
- "ROUND_ROBIN": load balance traffic across all zones in round-robin fashion (default)
331
332
- "ZONE_BEST_EFFORT": keep traffic within same zone
332
333
-`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))
334
+
-`metrics_endpoint` (Attributes) Metrics endpoint configuration. (see [below for nested schema](#nestedatt--metrics_endpoint))
Copy file name to clipboardExpand all lines: docs/resources/env_azure.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ data "altinitycloud_env_azure_status" "this" {
125
125
- "ROUND_ROBIN": load balance traffic across all zones in round-robin fashion (default)
126
126
- "ZONE_BEST_EFFORT": keep traffic within same zone
127
127
-`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))
128
+
-`metrics_endpoint` (Attributes) Metrics endpoint configuration. (see [below for nested schema](#nestedatt--metrics_endpoint))
128
129
-`private_link_service` (Attributes) Azure Private Link service configuration. (see [below for nested schema](#nestedatt--private_link_service))
129
130
-`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`).
130
131
-`tags` (Attributes List) Tags to apply to Azure resources. (see [below for nested schema](#nestedatt--tags))
@@ -209,6 +210,15 @@ Optional:
209
210
-`enabled` (Boolean) Set to `true` if maintenance window is enabled, `false` otherwise. (default `false`)
210
211
211
212
213
+
<aid="nestedatt--metrics_endpoint"></a>
214
+
### Nested Schema for `metrics_endpoint`
215
+
216
+
Optional:
217
+
218
+
-`enabled` (Boolean) Set to `true` if metrics endpoint is enabled, `false` otherwise (default `false`).
219
+
-`source_ip_ranges` (List of String) IP addresses/blocks to allow traffic from when metrics endpoint is enabled.
Copy file name to clipboardExpand all lines: docs/resources/env_gcp.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,7 @@ data "altinitycloud_env_gcp_status" "this" {
132
132
- "ROUND_ROBIN": load balance traffic across all zones in round-robin fashion (default)
133
133
- "ZONE_BEST_EFFORT": keep traffic within same zone
134
134
-`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))
135
+
-`metrics_endpoint` (Attributes) Metrics endpoint configuration. (see [below for nested schema](#nestedatt--metrics_endpoint))
135
136
-`peering_connections` (Attributes List) Network peering configuration. (see [below for nested schema](#nestedatt--peering_connections))
136
137
-`private_service_consumers` (List of String) List of project IDs representing the network's private service consumers.
137
138
-`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`).
@@ -215,6 +216,15 @@ Optional:
215
216
-`enabled` (Boolean) Set to `true` if maintenance window is enabled, `false` otherwise. (default `false`)
216
217
217
218
219
+
<aid="nestedatt--metrics_endpoint"></a>
220
+
### Nested Schema for `metrics_endpoint`
221
+
222
+
Optional:
223
+
224
+
-`enabled` (Boolean) Set to `true` if metrics endpoint is enabled, `false` otherwise (default `false`).
225
+
-`source_ip_ranges` (List of String) IP addresses/blocks to allow traffic from when metrics endpoint is enabled.
226
+
227
+
218
228
<aid="nestedatt--peering_connections"></a>
219
229
### Nested Schema for `peering_connections`
220
230
@@ -363,6 +373,7 @@ data "altinitycloud_env_gcp_status" "this" {
363
373
- "ROUND_ROBIN": load balance traffic across all zones in round-robin fashion (default)
364
374
- "ZONE_BEST_EFFORT": keep traffic within same zone
365
375
-`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))
376
+
-`metrics_endpoint` (Attributes) Metrics endpoint configuration. (see [below for nested schema](#nestedatt--metrics_endpoint))
366
377
-`peering_connections` (Attributes List) Network peering configuration. (see [below for nested schema](#nestedatt--peering_connections))
367
378
-`private_service_consumers` (List of String) List of project IDs representing the network's private service consumers.
368
379
-`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`).
@@ -446,6 +457,15 @@ Optional:
446
457
-`enabled` (Boolean) Set to `true` if maintenance window is enabled, `false` otherwise. (default `false`)
447
458
448
459
460
+
<aid="nestedatt--metrics_endpoint"></a>
461
+
### Nested Schema for `metrics_endpoint`
462
+
463
+
Optional:
464
+
465
+
-`enabled` (Boolean) Set to `true` if metrics endpoint is enabled, `false` otherwise (default `false`).
466
+
-`source_ip_ranges` (List of String) IP addresses/blocks to allow traffic from when metrics endpoint is enabled.
Copy file name to clipboardExpand all lines: docs/resources/env_hcloud.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,7 @@ data "altinitycloud_env_hcloud_status" "this" {
121
121
Examples:
122
122
- ["hil"]
123
123
-`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))
124
+
-`metrics_endpoint` (Attributes) Metrics endpoint configuration. (see [below for nested schema](#nestedatt--metrics_endpoint))
124
125
-`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`).
125
126
-`wireguard_peers` (Attributes List) HCloud Wireguard peer configuration. (see [below for nested schema](#nestedatt--wireguard_peers))
126
127
@@ -200,6 +201,15 @@ Optional:
200
201
-`enabled` (Boolean) Set to `true` if maintenance window is enabled, `false` otherwise. (default `false`)
201
202
202
203
204
+
<aid="nestedatt--metrics_endpoint"></a>
205
+
### Nested Schema for `metrics_endpoint`
206
+
207
+
Optional:
208
+
209
+
-`enabled` (Boolean) Set to `true` if metrics endpoint is enabled, `false` otherwise (default `false`).
210
+
-`source_ip_ranges` (List of String) IP addresses/blocks to allow traffic from when metrics endpoint is enabled.
-`logs` (Attributes) Kubernetes environment logs configuration (see [below for nested schema](#nestedatt--logs))
372
372
-`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))
373
373
-`metrics` (Attributes) Metrics configuration (see [below for nested schema](#nestedatt--metrics))
374
+
-`metrics_endpoint` (Attributes) Metrics endpoint configuration. (see [below for nested schema](#nestedatt--metrics_endpoint))
374
375
-`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`).
375
376
376
377
### Read-Only
@@ -558,6 +559,15 @@ Optional:
558
559
559
560
-`retention_period_in_days` (Number) Metrics retention period in days (default `30`).
560
561
562
+
563
+
<aid="nestedatt--metrics_endpoint"></a>
564
+
### Nested Schema for `metrics_endpoint`
565
+
566
+
Optional:
567
+
568
+
-`enabled` (Boolean) Set to `true` if metrics endpoint is enabled, `false` otherwise (default `false`).
569
+
-`source_ip_ranges` (List of String) IP addresses/blocks to allow traffic from when metrics endpoint is enabled.
0 commit comments