Skip to content

Commit

Permalink
Update boolean module
Browse files Browse the repository at this point in the history
  • Loading branch information
snemetz committed Jan 22, 2019
1 parent e76d92a commit 389f430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ module "enabled" {

module "namespace-env" {
source = "devops-workflow/boolean/local"
version = "0.1.1"
version = "0.1.2"
value = "${var.namespace-env}"
}

module "namespace-org" {
source = "devops-workflow/boolean/local"
version = "0.1.1"
version = "0.1.2"
value = "${var.namespace-org}"
}

Expand Down

0 comments on commit 389f430

Please sign in to comment.