first round of fixes from testing

This commit is contained in:
Lee Goolsbee
2024-03-25 14:27:28 -05:00
parent a902044657
commit c610d975ca
8 changed files with 24 additions and 28 deletions

View File

@@ -74,6 +74,7 @@ atl_product_logs:
atl_product_version: "{{ lookup('env', 'ATL_PRODUCT_VERSION') }}"
atl_efs_id: "{{ lookup('env', 'ATL_EFS_ID') }}"
atl_aws_stack_id: "{{ lookup('env', 'ATL_AWS_STACK_ID') }}"
atl_aws_stack_name: "{{ lookup('env', 'ATL_AWS_STACK_NAME') }}"
atl_aws_region: "{{ lookup('env', 'ATL_AWS_REGION') }}"
atl_aws_iam_role: "{{ lookup('env', 'ATL_AWS_IAM_ROLE') }}"