Skip to content

Commit

Permalink
Merge pull request #4 from clouddrove/1.0.1
Browse files Browse the repository at this point in the history
Fix. versions
  • Loading branch information
yadavprakash authored May 18, 2022
2 parents 6f580b5 + a8edd48 commit 51794e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "aws" {

module "vpc" {
source = "clouddrove/vpc/aws"
version = "0.15.0"
version = "0.15.1"

vpc_enabled = true
enable_flow_log = false
Expand All @@ -19,7 +19,7 @@ module "vpc" {

module "subnets" {
source = "clouddrove/subnet/aws"
version = "0.15.0"
version = "0.15.3"

nat_gateway_enabled = true

Expand Down

0 comments on commit 51794e0

Please sign in to comment.