Skip to content

Commit

Permalink
add v2 main crossplane
Browse files Browse the repository at this point in the history
  • Loading branch information
libracoder committed Aug 29, 2024
1 parent 1d99552 commit 670a4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-crossplane-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ inputs.role_name }}
role-session-name: ${{ inputs.role_session_name }}
aws-region: ${{ inputs.aws_region }}
aws-region: image_tag

- uses: hashicorp/setup-terraform@v1
with:
Expand All @@ -70,5 +70,5 @@ jobs:
cd ${{ github.workspace }}/configs/crossplane && terraform init && terraform -chdir=${{ github.workspace }}/configs/crossplane apply -auto-approve
env:
TF_WORKSPACE: ${{ inputs.env }}
TF_VAR_config_path: ${{ secrets.STAGING_GRAFANA_CLOUD_API_KEY }}
TF_VAR_image_tag: ${{ inputs.image_tag: }}

0 comments on commit 670a4d8

Please sign in to comment.