Skip to content

Commit 2cf4567

Browse files
feat: added new vpc tag
1 parent cbd18d4 commit 2cf4567

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_example/memcached/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ provider "aws" {
1010
####----------------------------------------------------------------------------------
1111
module "vpc" {
1212
source = "clouddrove/vpc/aws"
13-
version = "1.3.1"
13+
version = "2.0.0"
1414

1515
name = "vpc"
1616
environment = "test"

_example/redis-cluster/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ provider "aws" {
1010
####----------------------------------------------------------------------------------
1111
module "vpc" {
1212
source = "clouddrove/vpc/aws"
13-
version = "1.3.1"
13+
version = "2.0.0"
1414

1515
name = "vpc"
1616
environment = "test"

_example/redis/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ provider "aws" {
1010
####----------------------------------------------------------------------------------
1111
module "vpc" {
1212
source = "clouddrove/vpc/aws"
13-
version = "1.3.1"
13+
version = "2.0.0"
1414

1515
name = "vpc"
1616
environment = "test"

0 commit comments

Comments
 (0)