File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515 uses : actions/checkout@v3
1616
1717 - name : push modules to registry
18- uses : craftech-io/publish-terraform-module-action@v1.1 .1
18+ uses : craftech-io/publish-terraform-module-action@v1.3 .1
1919 with :
2020 api-key : ${{ secrets.PRD_API_KEY_REGISTRY }}
2121 hostname : ${{ env.REGISTRY_HOST }}
2222 namespace : craftech
2323 module-name : ${{ github.event.repository.name }}
2424 system : aws
2525 version : ${{ github.ref_name }}
26- modules- path : modules/
26+ path-to-zip : modules/
2727 lower-terraform-version : " 0.99.99"
2828 higher-terraform-version : " 1.5.6"
Original file line number Diff line number Diff line change 33# ----------------------------------------------------------------------------------------------------------------------
44
55terraform {
6- required_version = " >= 1.0.0, <=1.5.5 "
6+ required_version = " >= 1.0.0"
77
88 # This module has been updated for helm v3 usage. We do not recommend using this version with helm v2.
99 required_providers {
You can’t perform that action at this time.
0 commit comments