Skip to content

Commit 4cb0352

Browse files
authored
Merge pull request #21 from clouddrove/1.0.3
update github-action
2 parents b65c160 + 8788d3f commit 4cb0352

File tree

8 files changed

+9
-10
lines changed

8 files changed

+9
-10
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/terratest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
aws-region: us-east-2
2323

2424
- name: 'Terratest'
25-
uses: 'clouddrove/github-actions@v6.0'
25+
uses: 'clouddrove/github-actions@v9.0.2'
2626
with:
2727
actions_subcommand: 'terratest'
2828
if: ${{ github.event.label.name == 'terratest' }}

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ badges:
2727
- name: "static-checks"
2828
image: "https://github.com/clouddrove/terraform-aws-security-group/actions/workflows/terraform.yml/badge.svg"
2929
url: "https://github.com/clouddrove/terraform-aws-security-group/actions/workflows/terraform.yml"
30-
30+
3131
# description of this project
3232
# yamllint disable rule:line-length
3333
description: |-
@@ -46,7 +46,7 @@ usage: |-
4646
# use this
4747
module "security_group" {
4848
source = "clouddrove/security-group/aws"
49-
version = "0.15.0"
49+
version = "1.0.1"
5050
name = "security-group"
5151
environment = "test"
5252
protocol = "tcp"

_example/new_security_group/.terraform.tfstate.lock.info

Lines changed: 0 additions & 1 deletion
This file was deleted.

_example/new_security_group/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ provider "aws" {
44

55
module "vpc" {
66
source = "clouddrove/vpc/aws"
7-
version = "0.15.0"
7+
version = "0.15.1"
88
name = "vpc"
99
environment = "test"
1010
label_order = ["name", "environment"]

_example/new_security_group_with_egress/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ provider "aws" {
44

55
module "vpc" {
66
source = "clouddrove/vpc/aws"
7-
version = "0.15.0"
7+
version = "0.15.1"
88
name = "vpc"
99
environment = "test"
1010
label_order = ["name", "environment"]

_example/updated_existing/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ provider "aws" {
44

55
module "vpc" {
66
source = "clouddrove/vpc/aws"
7-
version = "0.15.0"
7+
version = "0.15.1"
88
name = "vpc"
99
environment = "test"
1010
label_order = ["name", "environment"]

0 commit comments

Comments
 (0)