Skip to content

Commit bd04193

Browse files
committed
ci: update terraform version
1 parent e2f4aa8 commit bd04193

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/workflow.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
name: Validate
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Check out code
14-
uses: actions/checkout@v1
13+
- name: Check out code
14+
uses: actions/checkout@v1
1515

16-
- uses: hashicorp/setup-terraform@v1
17-
with:
18-
terraform_version: 1.0.10
16+
- uses: hashicorp/setup-terraform@v3
17+
with:
18+
terraform_version: "1.5"
1919

20-
- run: terraform init
20+
- run: terraform init
2121

22-
- run: terraform validate
22+
- run: terraform validate
2323

24-
- run: terraform fmt -recursive -check
24+
- run: terraform fmt -recursive -check

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- Option to disable creation of service account keys.
13+
- Option to setup workload identity federation.
1214
- Added CHANGELOG.md
1315
- Added pre-commit hooks
1416

0 commit comments

Comments
 (0)