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