Skip to content

Commit 64e435e

Browse files
⬆️ Update to version v1.0.0 (#96)
Co-authored-by: ChristophShyper <[email protected]>
1 parent 625f7c5 commit 64e435e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Instead of building from scratch pull my other docker image
2-
FROM devopsinfra/docker-terragrunt:slim-tf-latest as builder
2+
FROM devopsinfra/docker-terragrunt:slim-tf-latest AS builder
33

44
# Use a clean tiny image to store artifacts in
55
FROM alpine:3.22.2

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
```yaml
3636
- name: Validate Terraform modules
37-
uses: devops-infra/action-terraform-validate@v0.4.0
37+
uses: devops-infra/action-terraform-validate@v1.0.0
3838
with:
3939
dir_filter: modules
4040
```
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@v5
6464
6565
- name: Validate Terraform configuration
66-
uses: devops-infra/action-terraform-validate@v0.4.0
66+
uses: devops-infra/action-terraform-validate@v1.0.0
6767
```
6868

6969
### 🔀 Advanced
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/checkout@v5
8282
8383
- name: Validate Terraform modules
84-
uses: devops-infra/action-terraform-validate@v0.4.0
84+
uses: devops-infra/action-terraform-validate@v1.0.0
8585
with:
8686
dir_filter: modules/aws,modules/gcp
8787
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
default: "*"
99
runs:
1010
using: docker
11-
image: docker://devopsinfra/action-terraform-validate:v0.4.0
11+
image: docker://devopsinfra/action-terraform-validate:v1.0.0
1212
branding:
1313
color: purple
1414
icon: upload-cloud

0 commit comments

Comments
 (0)