Skip to content

Commit 666fb13

Browse files
update version
1 parent 7e5f9ca commit 666fb13

File tree

8 files changed

+22
-64
lines changed

8 files changed

+22
-64
lines changed

.github/workflows/readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: '3.x'
1919

2020
- name: 'create readme'
21-
uses: 'clouddrove/github-actions@v9.0.1'
21+
uses: 'clouddrove/github-actions@v9.0.2'
2222
with:
2323
actions_subcommand: 'readme'
2424
github_token: '${{ secrets.GITHUB}}'
@@ -35,7 +35,7 @@ jobs:
3535
continue-on-error: true
3636

3737
- name: 'push readme'
38-
uses: 'clouddrove/github-actions@v9.0.1'
38+
uses: 'clouddrove/github-actions@v9.0.2'
3939
continue-on-error: true
4040
with:
4141
actions_subcommand: 'push'

.github/workflows/terraform.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
cd ${{ matrix.directory }}
5858
terraform init
5959
terraform validate
60+
6061
- name: tflint
6162
uses: reviewdog/action-tflint@master
6263
with:

.github/workflows/tfsec.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
uses: github/codeql-action/upload-sarif@v1
2323
with:
2424
# Path to SARIF file relative to the root of the repository
25-
sarif_file: tfsec.sarif
25+
sarif_file: tfsec.sarif
26+

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache License
1+
Apache License
22
Version 2.0, January 2004
33
http://www.apache.org/licenses/
44

README.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ usage: |-
4646
```hcl
4747
module "route53" {
4848
source = "clouddrove/route53/aws"
49-
version = "0.15.0"
49+
version = "1.0.1"
5050
name = "route53"
5151
application = "clouddrove"
5252
environment = "test"
@@ -79,7 +79,7 @@ usage: |-
7979
```hcl
8080
module "route53" {
8181
source = "clouddrove/route53/aws"
82-
version = "0.15.0"
82+
version = "1.0.1"
8383
name = "route53"
8484
application = "clouddrove"
8585
environment = "test"
@@ -110,7 +110,7 @@ usage: |-
110110
```hcl
111111
module "route53" {
112112
source = "clouddrove/route53/aws"
113-
version = "0.15.0"
113+
version = "1.0.1"
114114
name = "route53"
115115
application = "clouddrove"
116116
environment = "test"

_example/private-hostedzone/.terraform.lock.hcl

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_example/public-hostedzone/.terraform.lock.hcl

Lines changed: 0 additions & 22 deletions
This file was deleted.

_example/vpc-association/.terraform.lock.hcl

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)