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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,11 +66,13 @@ Bring Your Own Cloud (BYOC) AWS environment data source.
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
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
+
-`permissions_boundary_policy_arn` (String) Policy ARN that sets the maximum permissions for the IAM roles created by the environment. **[IMMUTABLE]**
69
70
-`region` (String) AWS region ([docs](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.Regions)). **[IMMUTABLE]**
70
71
71
72
Examples:
72
73
- "us-east-1"
73
74
- "sa-east-1"
75
+
-`resource_prefix` (String) Resource prefix used for provisioned resources **[IMMUTABLE]**
74
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`).
75
77
-`spec_revision` (Number) Spec revision
76
78
-`tags` (Attributes List) Tags to apply to AWS resources. (see [below for nested schema](#nestedatt--tags))
-`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))
-`peering_connections` (Attributes List) AWS environment VPC peering configuration. (see [below for nested schema](#nestedatt--peering_connections))
261
+
-`permissions_boundary_policy_arn` (String) Policy ARN that sets the maximum permissions for the IAM roles created by the environment. **[IMMUTABLE]**
262
+
-`resource_prefix` (String) Resource prefix used for provisioned resources **[IMMUTABLE]**
261
263
-`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`).
262
264
-`tags` (Attributes List) Tags to apply to AWS resources. (see [below for nested schema](#nestedatt--tags))
263
265
-`zones` (List of String) Explicit list of AWS availability zones. At least 2 required.
Copy file name to clipboardExpand all lines: internal/provider/common/docs.go
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,8 @@ const ENDPOINT_SERVICE_NAME_DESCRIPTION = "VPC endpoint service name in $endpoin
138
138
constENDPOINT_ALIAS_DESCRIPTION="By default, VPC endpoints get assigned $endpoint_service_id.$env_name.altinity.cloud DNS record. Alias allows to override DNS record name to `$alias.$env_name.altinity.cloud`."
139
139
constENDPOINT_PRIVATE_DNS_DESCRIPTION="`true` indicates whether to associate a private hosted zone with the specified VPC (default `false`)."
140
140
constCLOUD_CONNECT_DESCRIPTION="`true` indicates that cloud resources are to be managed via altinity/cloud-connect and `false` means direct management (default `true`). **[IMMUTABLE]**"
141
+
constPERMISSIONS_BOUNDARY_POLICY_ARN_DESCRIPTION="Policy ARN that sets the maximum permissions for the IAM roles created by the environment. **[IMMUTABLE]**"
142
+
constRESOURCE_PREFIX_DESCRIPTION="Resource prefix used for provisioned resources **[IMMUTABLE]**"
resp.Diagnostics.AddAttributeError(path.Root(m.AttributeName), "Immutable Attribute", fmt.Sprintf("%s is immutable and cannot be modified after creation.", m.AttributeName))
0 commit comments