Skip to content

Commit

Permalink
feat: added new vpc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Jul 31, 2023
1 parent cbd18d4 commit 2cf4567
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
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
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
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 2cf4567

Please sign in to comment.