File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,13 @@ jobs:
43
43
name : Terraform Format
44
44
runs-on : ubuntu-latest
45
45
needs : env
46
- strategy :
47
- matrix : ${{ fromJson(needs.env.outputs.matrix) }}
48
46
steps :
49
47
- uses : actions/checkout@v2
50
48
51
49
- name : Terraform Setup
52
50
uses : hashicorp/setup-terraform@v1
53
51
with :
54
- terraform_version : ${{ matrix.env.tf_version }}
52
+ terraform_version : 1.0.0
55
53
56
54
- name : Terraform Format
57
55
working-directory : " ./"
63
61
needs : env
64
62
strategy :
65
63
matrix : ${{ fromJson(needs.env.outputs.matrix) }}
64
+ fail-fast : false
66
65
steps :
67
66
- uses : actions/checkout@v2
68
67
Original file line number Diff line number Diff line change 3
3
## v2.0.0
4
4
2/24/2022 - Major breaking changes from v1.x:
5
5
- dropped support for terraform v0.12
6
- - renamed ` lambda_zip_file ` to ` zip_filename `
7
- - renamed ` handler ` to ` zip_handler `
8
- - renamed ` runtime ` to ` zip_runtime `
9
- - renamed ` appspec_filename ` to ` codedeploy_appspec_filename `
10
- - removed ` use_codedeploy ` - just include the codedeploy variables to enable codedeploy
6
+ - renamed ` lambda_zip_file ` variable to ` zip_filename `
7
+ - renamed ` handler ` variable to ` zip_handler `
8
+ - renamed ` runtime ` variable to ` zip_runtime `
9
+ - renamed ` appspec_filename ` variable to ` codedeploy_appspec_filename `
10
+ - removed ` use_codedeploy ` variable - just include the codedeploy variables to enable codedeploy
11
+ - removed ` env ` variable - just include the env inside the ` app_name ` variable
11
12
- added ` domain_url ` variable to enable a custom API URL
You can’t perform that action at this time.
0 commit comments