Skip to content

Commit aed23e6

Browse files
committed
fix: updated vpc tag
1 parent a474f46 commit aed23e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_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 = "1.3.0"
7+
version = "1.3.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 = "1.3.0"
7+
version = "1.3.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 = "1.3.0"
7+
version = "1.3.1"
88
name = "vpc"
99
environment = "test"
1010
label_order = ["name", "environment"]

0 commit comments

Comments
 (0)