From 9338e6fe574d01401b1e70448028ff28a03fba24 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Wed, 9 Oct 2024 12:58:22 -0700 Subject: [PATCH] Update terraform_plan.yaml --- .github/workflows/terraform_plan.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/terraform_plan.yaml b/.github/workflows/terraform_plan.yaml index 32eade0..42265f4 100644 --- a/.github/workflows/terraform_plan.yaml +++ b/.github/workflows/terraform_plan.yaml @@ -27,7 +27,12 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - + - name: AWS Auth + id: aws_auth + uses: CSVD/aws-auth@main + with: + ec2: true + instance_role: Morpheus-InstanceRole - name: Setup GITHUB Credentials id: github_credentials