Skip to content

Commit 79f7e0b

Browse files
committed
Update Terraform platform for L0, L1 and L2 changes
Signed-off-by: Jim Enright <[email protected]>
1 parent c9c851f commit 79f7e0b

File tree

1 file changed

+27
-18
lines changed

1 file changed

+27
-18
lines changed

roles/platform/tasks/setup_aws_env.yml

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,33 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
# - name: Debug variables with Terraform
18-
# debug:
19-
# msg:
20-
# - "name: {{ plat__env_name }}"
21-
# - "state: started"
22-
# - "credential: {{ plat__xacccount_credential_name }}"
23-
# - "cloud: {{ plat__infra_type }}"
24-
# - "region: {{ plat__region }}"
25-
# - "default_sg: {{ plat__aws_security_group_default_id }}"
26-
# - "knox_sg: {{ plat__aws_security_group_knox_id }}"
27-
# - "log_location: {{ plat__aws_storage_location }}"
28-
# - "log_identity: {{ plat__aws_log_instance_profile_arn }}"
29-
# - "public_key_id: {{ plat__public_key_id }}"
30-
# - "workload_analytics: {{ plat__workload_analytics }}"
31-
# - "vpc_id: {{ plat__aws_vpc_id }}"
32-
# - "subnet_ids: {{ plat__aws_subnet_ids }}"
33-
# - "s3_guard_name: {{ plat__aws_dynamodb_table_name }}"
34-
# - "tags: {{ plat__tags }}"
17+
- name: Debug variables with Terraform
18+
debug:
19+
msg:
20+
- "name: {{ plat__env_name }}"
21+
- "state: started"
22+
- "credential: {{ plat__xacccount_credential_name }}"
23+
- "cloud: {{ plat__infra_type }}"
24+
- "region: {{ plat__region }}"
25+
- "default_sg: {{ plat__aws_security_group_default_id }}"
26+
- "knox_sg: {{ plat__aws_security_group_knox_id }}"
27+
- "log_location: {{ plat__aws_storage_location }}"
28+
- "log_identity: {{ plat__aws_log_instance_profile_arn }}"
29+
- "public_key_id: {{ plat__public_key_id }}"
30+
- "workload_analytics: {{ plat__workload_analytics }}"
31+
- "vpc_id: {{ plat__aws_vpc_id }}"
32+
- "subnet_ids: {{ plat__aws_subnet_ids }}"
33+
- "tags: {{ plat__tags }}"
34+
- "tunnel: {{ plat__tunnel }}"
35+
- "endpoint_access_scheme: {{ plat__endpoint_access_scheme | default(omit) }}"
36+
- "endpoint_access_subnets: {{ plat__aws_public_subnet_ids | default(omit) }}"
37+
- "freeipa instanceCountByGroup: {{ plat__env_freeipa }}"
38+
39+
- name: Prompt added by jenright
40+
pause:
41+
prompt: "Ready to create CDP environment"
42+
when: debug_terraform | default(false) | bool
43+
3544

3645
- name: Set up CDP Environment Deployment on AWS
3746
cloudera.cloud.env:

0 commit comments

Comments
 (0)