Skip to content

Commit

Permalink
fix: updated vpc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mamrajyadav committed Jun 8, 2023
1 parent a474f46 commit aed23e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "1.3.0"
version = "1.3.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 = "1.3.0"
version = "1.3.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 = "1.3.0"
version = "1.3.1"
name = "vpc"
environment = "test"
label_order = ["name", "environment"]
Expand Down

0 comments on commit aed23e6

Please sign in to comment.