Skip to content

Commit 9ebccd6

Browse files
committed
release: v0.5.1
1 parent 20fea37 commit 9ebccd6

22 files changed

Lines changed: 118 additions & 223 deletions

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [0.5.1](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.5.0...v0.5.1)
88
### Fixed
9-
- Rever support `metrics_endpoint` until API is fully deployed [15bbe68](https://github.com/Altinity/terraform-provider-altinitycloud/commit/15bbe68).
9+
- Revert support `metrics_endpoint` until API is fully deployed [20fea37](https://github.com/Altinity/terraform-provider-altinitycloud/commit/20fea37).
1010

1111
## [0.5.0](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.4.27...v0.5.0)
1212
### Added

docs/data-sources/env_aws.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ Bring Your Own Cloud (BYOC) AWS environment data source.
6868
- "ROUND_ROBIN": load balance traffic across all zones in round-robin fashion (default)
6969
- "ZONE_BEST_EFFORT": keep traffic within same zone
7070
- `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))
7271
- `node_groups` (Attributes List) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
7372
- `peering_connections` (Attributes List) AWS environment VPC peering configuration. (see [below for nested schema](#nestedatt--peering_connections))
7473
- `permissions_boundary_policy_arn` (String) Policy ARN that sets the maximum permissions for the IAM roles created by the environment. **[IMMUTABLE]**
@@ -240,15 +239,6 @@ Optional:
240239
- `enabled` (Boolean) Set to `true` if maintenance window is enabled, `false` otherwise. (default `false`)
241240

242241

243-
<a id="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.
250-
251-
252242
<a id="nestedatt--node_groups"></a>
253243
### Nested Schema for `node_groups`
254244

docs/data-sources/env_azure.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ Bring Your Own Cloud (BYOC) Azure environment data source.
5757
- "ROUND_ROBIN": load balance traffic across all zones in round-robin fashion (default)
5858
- "ZONE_BEST_EFFORT": keep traffic within same zone
5959
- `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))
6160
- `node_groups` (Attributes List) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
6261
- `private_link_service` (Attributes) Azure Private Link service configuration. (see [below for nested schema](#nestedatt--private_link_service))
6362
- `region` (String) Azure region ([docs](https://azure.microsoft.com/en-us/explore/global-infrastructure/geographies/#overview)). **[IMMUTABLE]**
@@ -126,15 +125,6 @@ Optional:
126125
- `enabled` (Boolean) Set to `true` if maintenance window is enabled, `false` otherwise. (default `false`)
127126

128127

129-
<a id="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.
136-
137-
138128
<a id="nestedatt--node_groups"></a>
139129
### Nested Schema for `node_groups`
140130

docs/data-sources/env_gcp.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Bring Your Own Cloud (BYOC) GCP environment data source.
5858
- "ROUND_ROBIN": load balance traffic across all zones in round-robin fashion (default)
5959
- "ZONE_BEST_EFFORT": keep traffic within same zone
6060
- `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))
6261
- `node_groups` (Attributes List) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
6362
- `peering_connections` (Attributes List) Network peering configuration. (see [below for nested schema](#nestedatt--peering_connections))
6463
- `private_service_consumers` (List of String) List of project IDs representing the network's private service consumers.
@@ -123,15 +122,6 @@ Optional:
123122
- `enabled` (Boolean) Set to `true` if maintenance window is enabled, `false` otherwise. (default `false`)
124123

125124

126-
<a id="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.
133-
134-
135125
<a id="nestedatt--node_groups"></a>
136126
### Nested Schema for `node_groups`
137127

docs/data-sources/env_hcloud.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Bring Your Own Cloud (BYOC) HCloud environment data source.
6262
Examples:
6363
- ["hil"]
6464
- `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))
6665
- `network_zone` (String) HCloud network ([docs](https://docs.hetzner.com/cloud/general/locations)). **[IMMUTABLE]**
6766

6867
Examples:
@@ -123,15 +122,6 @@ Optional:
123122
- `enabled` (Boolean) Set to `true` if maintenance window is enabled, `false` otherwise. (default `false`)
124123

125124

126-
<a id="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.
133-
134-
135125
<a id="nestedatt--node_groups"></a>
136126
### Nested Schema for `node_groups`
137127

docs/data-sources/env_k8s.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Bring Your Own Kubernetes (BYOK) environment data source.
6262
- `logs` (Attributes) Kubernetes environment logs configuration (see [below for nested schema](#nestedatt--logs))
6363
- `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))
6464
- `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))
6665
- `node_groups` (Attributes List) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
6766
- `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`).
6867
- `spec_revision` (Number) Spec revision
@@ -197,15 +196,6 @@ Optional:
197196
- `retention_period_in_days` (Number) Metrics retention period in days (default `30`).
198197

199198

200-
<a id="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.
207-
208-
209199
<a id="nestedatt--node_groups"></a>
210200
### Nested Schema for `node_groups`
211201

docs/resources/env_aws.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ output "peering_connection_id" {
331331
- "ROUND_ROBIN": load balance traffic across all zones in round-robin fashion (default)
332332
- "ZONE_BEST_EFFORT": keep traffic within same zone
333333
- `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))
335334
- `nat` (Boolean) Enable AWS NAT Gateway. **[IMMUTABLE]**
336335
- `peering_connections` (Attributes List) AWS environment VPC peering configuration. (see [below for nested schema](#nestedatt--peering_connections))
337336
- `permissions_boundary_policy_arn` (String) Policy ARN that sets the maximum permissions for the IAM roles created by the environment. **[IMMUTABLE]**
@@ -522,15 +521,6 @@ Optional:
522521
- `enabled` (Boolean) Set to `true` if maintenance window is enabled, `false` otherwise. (default `false`)
523522

524523

525-
<a id="nestedatt--metrics_endpoint"></a>
526-
### Nested Schema for `metrics_endpoint`
527-
528-
Optional:
529-
530-
- `enabled` (Boolean) Set to `true` if metrics endpoint is enabled, `false` otherwise (default `false`).
531-
- `source_ip_ranges` (List of String) IP addresses/blocks to allow traffic from when metrics endpoint is enabled.
532-
533-
534524
<a id="nestedatt--peering_connections"></a>
535525
### Nested Schema for `peering_connections`
536526

docs/resources/env_azure.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ data "altinitycloud_env_azure_status" "this" {
125125
- "ROUND_ROBIN": load balance traffic across all zones in round-robin fashion (default)
126126
- "ZONE_BEST_EFFORT": keep traffic within same zone
127127
- `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))
129128
- `private_link_service` (Attributes) Azure Private Link service configuration. (see [below for nested schema](#nestedatt--private_link_service))
130129
- `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`).
131130
- `tags` (Attributes List) Tags to apply to Azure resources. (see [below for nested schema](#nestedatt--tags))
@@ -210,15 +209,6 @@ Optional:
210209
- `enabled` (Boolean) Set to `true` if maintenance window is enabled, `false` otherwise. (default `false`)
211210

212211

213-
<a id="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.
220-
221-
222212
<a id="nestedatt--private_link_service"></a>
223213
### Nested Schema for `private_link_service`
224214

docs/resources/env_gcp.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ data "altinitycloud_env_gcp_status" "this" {
132132
- "ROUND_ROBIN": load balance traffic across all zones in round-robin fashion (default)
133133
- "ZONE_BEST_EFFORT": keep traffic within same zone
134134
- `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))
136135
- `peering_connections` (Attributes List) Network peering configuration. (see [below for nested schema](#nestedatt--peering_connections))
137136
- `private_service_consumers` (List of String) List of project IDs representing the network's private service consumers.
138137
- `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`).
@@ -216,15 +215,6 @@ Optional:
216215
- `enabled` (Boolean) Set to `true` if maintenance window is enabled, `false` otherwise. (default `false`)
217216

218217

219-
<a id="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-
228218
<a id="nestedatt--peering_connections"></a>
229219
### Nested Schema for `peering_connections`
230220

@@ -373,7 +363,6 @@ data "altinitycloud_env_gcp_status" "this" {
373363
- "ROUND_ROBIN": load balance traffic across all zones in round-robin fashion (default)
374364
- "ZONE_BEST_EFFORT": keep traffic within same zone
375365
- `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))
377366
- `peering_connections` (Attributes List) Network peering configuration. (see [below for nested schema](#nestedatt--peering_connections))
378367
- `private_service_consumers` (List of String) List of project IDs representing the network's private service consumers.
379368
- `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`).
@@ -457,15 +446,6 @@ Optional:
457446
- `enabled` (Boolean) Set to `true` if maintenance window is enabled, `false` otherwise. (default `false`)
458447

459448

460-
<a id="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.
467-
468-
469449
<a id="nestedatt--peering_connections"></a>
470450
### Nested Schema for `peering_connections`
471451

docs/resources/env_hcloud.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ data "altinitycloud_env_hcloud_status" "this" {
121121
Examples:
122122
- ["hil"]
123123
- `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))
125124
- `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`).
126125
- `wireguard_peers` (Attributes List) HCloud Wireguard peer configuration. (see [below for nested schema](#nestedatt--wireguard_peers))
127126

@@ -201,15 +200,6 @@ Optional:
201200
- `enabled` (Boolean) Set to `true` if maintenance window is enabled, `false` otherwise. (default `false`)
202201

203202

204-
<a id="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.
211-
212-
213203
<a id="nestedatt--wireguard_peers"></a>
214204
### Nested Schema for `wireguard_peers`
215205

0 commit comments

Comments
 (0)