Skip to content

Commit

Permalink
use newer version of terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Nov 24, 2023
1 parent 8380255 commit 5a045c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
workflow_dispatch:
jobs:
build:
Helm:
runs-on: ubuntu-latest
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: 0.15.0
terraform_version: 1.5.1
- name: Terraform Format
id: fmt
working-directory: ./terraform
Expand Down

0 comments on commit 5a045c3

Please sign in to comment.