Skip to content

Commit

Permalink
Feat: update the automerge workflow for static checks
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Dec 5, 2023
2 parents 12472ce + 43f9167 commit 07610ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _example/anomaly_example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "vpc" {
##-----------------------------------------------------
module "public_subnets" {
source = "clouddrove/subnet/aws"
version = "2.0.0"
version = "2.0.1"

name = "public-subnet"
environment = "test"
Expand Down
4 changes: 2 additions & 2 deletions _example/basic_example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "vpc" {
##-----------------------------------------------------
module "public_subnets" {
source = "clouddrove/subnet/aws"
version = "2.0.0"
version = "2.0.1"

name = "public-subnet"
environment = "test"
Expand All @@ -42,7 +42,7 @@ module "public_subnets" {
##-----------------------------------------------------
module "ec2" {
source = "clouddrove/ec2/aws"
version = "2.0.0"
version = "2.0.1"
name = "ec2-instance"
environment = "test"
label_order = ["name", "environment"]
Expand Down
4 changes: 2 additions & 2 deletions _example/expression_example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "vpc" {
##-----------------------------------------------------
module "public_subnets" {
source = "clouddrove/subnet/aws"
version = "2.0.0"
version = "2.0.1"

name = "public-subnet"
environment = "test"
Expand All @@ -42,7 +42,7 @@ module "public_subnets" {
##-----------------------------------------------------
module "ec2" {
source = "clouddrove/ec2/aws"
version = "2.0.0"
version = "2.0.1"

name = "ec2-instance"
environment = "test"
Expand Down

0 comments on commit 07610ab

Please sign in to comment.