File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
name : Validate
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - name : Check out code
14
- uses : actions/checkout@v1
13
+ - name : Check out code
14
+ uses : actions/checkout@v1
15
15
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 "
19
19
20
- - run : terraform init
20
+ - run : terraform init
21
21
22
- - run : terraform validate
22
+ - run : terraform validate
23
23
24
- - run : terraform fmt -recursive -check
24
+ - run : terraform fmt -recursive -check
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+ - Option to disable creation of service account keys.
13
+ - Option to setup workload identity federation.
12
14
- Added CHANGELOG.md
13
15
- Added pre-commit hooks
14
16
You can’t perform that action at this time.
0 commit comments