Skip to content

Commit fdffbb6

Browse files
Merge pull request #50 from clouddrove/issue-465
added new vpc tag
2 parents cbd18d4 + 2cf4567 commit fdffbb6

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)