Skip to content

Commit

Permalink
update github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed May 18, 2022
1 parent b65c160 commit 8788d3f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.x'

- name: 'create readme'
uses: 'clouddrove/github-actions@v9.0.1'
uses: 'clouddrove/github-actions@v9.0.2'
with:
actions_subcommand: 'readme'
github_token: '${{ secrets.GITHUB}}'
Expand All @@ -35,7 +35,7 @@ jobs:
continue-on-error: true

- name: 'push readme'
uses: 'clouddrove/github-actions@v9.0.1'
uses: 'clouddrove/github-actions@v9.0.2'
continue-on-error: true
with:
actions_subcommand: 'push'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
aws-region: us-east-2

- name: 'Terratest'
uses: 'clouddrove/github-actions@v6.0'
uses: 'clouddrove/github-actions@v9.0.2'
with:
actions_subcommand: 'terratest'
if: ${{ github.event.label.name == 'terratest' }}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Apache License
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

Expand Down
4 changes: 2 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ badges:
- name: "static-checks"
image: "https://github.com/clouddrove/terraform-aws-security-group/actions/workflows/terraform.yml/badge.svg"
url: "https://github.com/clouddrove/terraform-aws-security-group/actions/workflows/terraform.yml"

# description of this project
# yamllint disable rule:line-length
description: |-
Expand All @@ -46,7 +46,7 @@ usage: |-
# use this
module "security_group" {
source = "clouddrove/security-group/aws"
version = "0.15.0"
version = "1.0.1"
name = "security-group"
environment = "test"
protocol = "tcp"
Expand Down
1 change: 0 additions & 1 deletion _example/new_security_group/.terraform.tfstate.lock.info

This file was deleted.

2 changes: 1 addition & 1 deletion _example/new_security_group/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "aws" {

module "vpc" {
source = "clouddrove/vpc/aws"
version = "0.15.0"
version = "0.15.1"
name = "vpc"
environment = "test"
label_order = ["name", "environment"]
Expand Down
2 changes: 1 addition & 1 deletion _example/new_security_group_with_egress/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "aws" {

module "vpc" {
source = "clouddrove/vpc/aws"
version = "0.15.0"
version = "0.15.1"
name = "vpc"
environment = "test"
label_order = ["name", "environment"]
Expand Down
2 changes: 1 addition & 1 deletion _example/updated_existing/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "aws" {

module "vpc" {
source = "clouddrove/vpc/aws"
version = "0.15.0"
version = "0.15.1"
name = "vpc"
environment = "test"
label_order = ["name", "environment"]
Expand Down

0 comments on commit 8788d3f

Please sign in to comment.