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
- Support AWS Permissions Boundary [d153753f](https://github.com/Altinity/terraform-provider-altinitycloud/commit/d153753f).
9
+
- Bump github.com/hashicorp/terraform-plugin-framework-validators to `0.21.0`[#163](https://github.com/Altinity/terraform-provider-altinitycloud/pull/163).
10
+
- Bump github.com/hashicorp/terraform-plugin-go to `0.28.0`[#167](https://github.com/Altinity/terraform-provider-altinitycloud/pull/167).
11
+
- Bump github.com/hashicorp/terraform-plugin-testing to `1.13.1`[#168](https://github.com/Altinity/terraform-provider-altinitycloud/pull/168).
12
+
- Bump github.com/hashicorp/terraform-plugin-framework to `1.15.0`[#164](https://github.com/Altinity/terraform-provider-altinitycloud/pull/164).
13
+
- Update Altinity and AWS links in docs [#159](https://github.com/Altinity/terraform-provider-altinitycloud/pull/159).
14
+
15
+
### Fixed
16
+
- Fix `node_groups` schema to use `list` instead of `set`[61c9bde](https://github.com/Altinity/terraform-provider-altinitycloud/commit/61c9bde).
Copy file name to clipboardExpand all lines: docs/data-sources/env_aws.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
@@ -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 Set) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
67
+
-`node_groups` (Attributes List) 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]**
Copy file name to clipboardExpand all lines: docs/data-sources/env_azure.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
@@ -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 Set) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
60
+
-`node_groups` (Attributes List) 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]**
Copy file name to clipboardExpand all lines: docs/data-sources/env_gcp.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
@@ -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 Set) List of node groups. At least one required. (see [below for nested schema](#nestedatt--node_groups))
61
+
-`node_groups` (Attributes List) 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]**
0 commit comments