We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d98ec3 commit 6b0ea26Copy full SHA for 6b0ea26
main.tf
@@ -30,7 +30,7 @@ module "enabled" {
30
31
module "label" {
32
source = "devops-workflow/label/local"
33
- version = "0.1.0"
+ version = "0.1.2"
34
organization = "${var.organization}"
35
name = "${var.name}"
36
namespace-env = "${var.namespace-env}"
@@ -43,7 +43,7 @@ module "label" {
43
44
module "log_bucket" {
45
46
47
48
name = "${var.log_bucket_name}"
49
namespace-env = true
0 commit comments