diff --git a/main.tf b/main.tf index b535fe5..55c2c91 100644 --- a/main.tf +++ b/main.tf @@ -13,7 +13,7 @@ module "enabled" { module "enable_lb" { source = "devops-workflow/boolean/local" - version = "0.1.1" + version = "0.1.2" value = "${var.enable_lb}" }