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 debebd9 commit 08f9f27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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"

name = "vpc"
environment = "test"
Expand All @@ -15,7 +15,7 @@ module "vpc" {

module "subnets" {
source = "clouddrove/subnet/aws"
version = "0.15.0"
version = "0.15.3"
name = "subnets"
environment = "test"
label_order = ["name", "environment"]
Expand All @@ -29,7 +29,7 @@ module "subnets" {

module "ad" {
source = "clouddrove/active-directory/aws"
version = "0.15.1"
version = "1.0.1"
name = "ad"
environment = "test"
enabled = true
Expand Down

0 comments on commit 08f9f27

Please sign in to comment.