Skip to content

Commit 237f663

Browse files
committed
fix: ci and changelog.md
1 parent fe4612e commit 237f663

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,13 @@ jobs:
4343
name: Terraform Format
4444
runs-on: ubuntu-latest
4545
needs: env
46-
strategy:
47-
matrix: ${{ fromJson(needs.env.outputs.matrix) }}
4846
steps:
4947
- uses: actions/checkout@v2
5048

5149
- name: Terraform Setup
5250
uses: hashicorp/setup-terraform@v1
5351
with:
54-
terraform_version: ${{ matrix.env.tf_version }}
52+
terraform_version: 1.0.0
5553

5654
- name: Terraform Format
5755
working-directory: "./"
@@ -63,6 +61,7 @@ jobs:
6361
needs: env
6462
strategy:
6563
matrix: ${{ fromJson(needs.env.outputs.matrix) }}
64+
fail-fast: false
6665
steps:
6766
- uses: actions/checkout@v2
6867

changelog.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
## v2.0.0
44
2/24/2022 - Major breaking changes from v1.x:
55
- 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
1112
- added `domain_url` variable to enable a custom API URL

examples/ci-0_13/lambda.zip

Whitespace-only changes.

examples/ci-0_14/lambda.zip

Whitespace-only changes.

examples/ci-1/lambda.zip

Whitespace-only changes.

0 commit comments

Comments
 (0)