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
value = cdp_environments_aws_environment.example.environment_name
56
+
output "credential" {
57
+
value = cdp_environments_aws_credential.example
51
58
}
52
59
53
-
output "crn" {
54
-
value = cdp_environments_aws_environment.example.crn
60
+
output "environment" {
61
+
value = cdp_environments_aws_environment.example
55
62
}
56
63
```
57
64
@@ -72,6 +79,7 @@ output "crn" {
72
79
### Optional
73
80
74
81
-`cascading_delete` (Boolean)
82
+
-`compute_cluster` (Attributes) Option to set up Externalized compute cluster for the environment. (see [below for nested schema](#nestedatt--compute_cluster))
75
83
-`create_private_subnets` (Boolean)
76
84
-`create_service_endpoints` (Boolean)
77
85
-`description` (String)
@@ -129,6 +137,28 @@ Optional:
129
137
-`security_group_ids_for_knox` (Set of String)
130
138
131
139
140
+
<aid="nestedatt--compute_cluster"></a>
141
+
### Nested Schema for `compute_cluster`
142
+
143
+
Required:
144
+
145
+
-`enabled` (Boolean)
146
+
147
+
Optional:
148
+
149
+
-`configuration` (Attributes) The Externalized k8s configuration for the environment. (see [below for nested schema](#nestedatt--compute_cluster--configuration))
value = cdp_environments_azure_environment.example-env.environment_name
67
+
output "credential" {
68
+
value = cdp_environments_azure_credential.example-cred
60
69
}
61
70
62
-
output "crn" {
63
-
value = cdp_environments_azure_environment.example-env.crn
71
+
output "environment" {
72
+
value = cdp_environments_azure_environment.example-env
64
73
}
65
74
```
66
75
@@ -81,6 +90,7 @@ output "crn" {
81
90
### Optional
82
91
83
92
-`cascading_delete` (Boolean)
93
+
-`compute_cluster` (Attributes) Option to set up Externalized compute cluster for the environment. (see [below for nested schema](#nestedatt--compute_cluster))
84
94
-`create_private_endpoints` (Boolean)
85
95
-`description` (String)
86
96
-`enable_outbound_load_balancer` (Boolean)
@@ -147,6 +157,29 @@ Optional:
147
157
-`security_group_ids_for_knox` (Set of String)
148
158
149
159
160
+
<aid="nestedatt--compute_cluster"></a>
161
+
### Nested Schema for `compute_cluster`
162
+
163
+
Required:
164
+
165
+
-`enabled` (Boolean)
166
+
167
+
Optional:
168
+
169
+
-`configuration` (Attributes) The Externalized k8s configuration for the environment. (see [below for nested schema](#nestedatt--compute_cluster--configuration))
0 commit comments