Skip to content

Commit

Permalink
Fix. versions
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed May 18, 2022
1 parent 55e2874 commit a8edd48
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 a8edd48

Please sign in to comment.