Skip to content

Commit

Permalink
upgrade to tf module v2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed May 20, 2024
1 parent 266c39d commit c9b66a0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 🚀 Deploy Production

on:
push:
tags:
tags:
- v.*

jobs:
Expand All @@ -13,4 +13,4 @@ jobs:
with:
stage: prod
url: https://console.modelmywatershed.org
fd-aws-tf-modules-version: v2.23.0
fd-aws-tf-modules-version: v2.24.0
5 changes: 3 additions & 2 deletions .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches:
- main
tags:
- pv/reusable
tags:
- v.*

jobs:
Expand All @@ -15,4 +16,4 @@ jobs:
with:
stage: staging
url: https://console.staging.modelmywatershed.org
fd-aws-tf-modules-version: v2.23.0
fd-aws-tf-modules-version: v2.24.0
9 changes: 4 additions & 5 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pre-commit CI
on: push

env:
fd-aws-tf-modules-version: v2.23.0
fd-aws-tf-modules-version: v2.24.0

jobs:
validate:
Expand All @@ -19,10 +19,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
# TODO: re-enable this when upgrading to >= 2.23.0 w/ fix for tflint
# - name: Preparing Environment
# id: prep_env
# run: ./scripts/retrieve_tf_modules.sh ${{ env.fd-aws-tf-modules-version }}
- name: Preparing Environment
id: prep_env
run: ./scripts/retrieve_tf_modules.sh ${{ env.fd-aws-tf-modules-version }}
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit hooks
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The `bucket` name will be the value to be set for `TF_STATE_BUCKET`, e.g.,
Download the filmdrop-aws-tf-modules source:

```shell
./scripts/retrieve_tf_modules.sh v2.23.0
./scripts/retrieve_tf_modules.sh v2.24.0
```

Re-run this anytime you with to uptake a new `filmdrop-aws-tf-modules` release,
Expand Down

0 comments on commit c9b66a0

Please sign in to comment.