Skip to content

Commit

Permalink
Merge pull request #50 from clouddrove/issue-465
Browse files Browse the repository at this point in the history
 added new vpc tag
  • Loading branch information
themaniskshah authored Jul 31, 2023
2 parents cbd18d4 + 2cf4567 commit fdffbb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _example/memcached/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provider "aws" {
####----------------------------------------------------------------------------------
module "vpc" {
source = "clouddrove/vpc/aws"
version = "1.3.1"
version = "2.0.0"

name = "vpc"
environment = "test"
Expand Down
2 changes: 1 addition & 1 deletion _example/redis-cluster/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provider "aws" {
####----------------------------------------------------------------------------------
module "vpc" {
source = "clouddrove/vpc/aws"
version = "1.3.1"
version = "2.0.0"

name = "vpc"
environment = "test"
Expand Down
2 changes: 1 addition & 1 deletion _example/redis/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provider "aws" {
####----------------------------------------------------------------------------------
module "vpc" {
source = "clouddrove/vpc/aws"
version = "1.3.1"
version = "2.0.0"

name = "vpc"
environment = "test"
Expand Down

0 comments on commit fdffbb6

Please sign in to comment.