Skip to content

Commit 15d3a75

Browse files
Merge pull request #9 from craftech-io/chore/terraform-ver-restriction-erased-in-acm
Terraform restriction erased & GH Actions updated to ver.1.3.1
2 parents a2e4af9 + c55b37a commit 15d3a75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/push-to-registry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

modules/acm/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ----------------------------------------------------------------------------------------------------------------------
44

55
terraform {
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 {

0 commit comments

Comments
 (0)