Skip to content

Commit

Permalink
Pass in assume role.
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Dec 13, 2024
1 parent d7a3a47 commit 7952c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/eks-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
terraform apply --auto-approve \
-var="region=${{ inputs.region }}" \
-var="k8s_version=${{ matrix.arrays.k8s_version }}" \
-var="terraform_assume_role=${{ inputs.terraform_assume_role }}" \
-var="helm_charts_branch=${{ inputs.helm_charts_branch }}" \
-var="cloudwatch_agent_repository_url=${{ steps.login-ecr.outputs.registry }}" \
-var="cloudwatch_agent_repository=${{ inputs.cloudwatch_agent_repository }}" \
Expand Down

0 comments on commit 7952c5d

Please sign in to comment.