File tree Expand file tree Collapse file tree 8 files changed +9
-10
lines changed
new_security_group_with_egress Expand file tree Collapse file tree 8 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 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}}'
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'
Original file line number Diff line number Diff line change 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' }}
Original file line number Diff line number Diff line change 1- Apache License
1+ Apache License
22 Version 2.0, January 2004
33 http://www.apache.org/licenses/
44
Original file line number Diff line number Diff 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
3333description : |-
@@ -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"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ provider "aws" {
44
55module "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" ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ provider "aws" {
44
55module "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" ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ provider "aws" {
44
55module "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" ]
You can’t perform that action at this time.
0 commit comments