@@ -20,23 +20,26 @@ module "enable_logging" {
2020 # source = "devops-workflow/boolean/local"
2121 # version = "0.1.0"
2222 # source = "git::https://github.com/WisePricer/terraform-local-boolean.git?ref=tags/v0.1.1"
23- source = " git::https://github.com/WisePricer/terraform-local-boolean.git"
24- value = " ${ var . enable_logging } "
23+ source = " git::https://github.com/WisePricer/terraform-local-boolean.git"
24+
25+ value = " ${ var . enable_logging } "
2526}
2627
2728module "enabled" {
2829 # source = "devops-workflow/boolean/local"
2930 # version = "0.1.0"
3031 # source = "git::https://github.com/WisePricer/terraform-local-boolean.git?ref=tags/v0.1.1"
31- source = " git::https://github.com/WisePricer/terraform-local-boolean.git"
32- value = " ${ var . enabled } "
32+ source = " git::https://github.com/WisePricer/terraform-local-boolean.git"
33+
34+ value = " ${ var . enabled } "
3335}
3436
3537module "label" {
3638 # source = "devops-workflow/label/local"
3739 # version = "0.1.2"
3840 # source = "git::https://github.com/WisePricer/terraform-local-label.git?ref=tags/v0.1.3"
39- source = " git::https://github.com/WisePricer/terraform-local-label.git"
41+ source = " git::https://github.com/WisePricer/terraform-local-label.git"
42+
4043 organization = " ${ var . organization } "
4144 name = " ${ var . name } "
4245 namespace-env = " ${ var . namespace-env } "
@@ -53,7 +56,8 @@ module "log_bucket" {
5356 # source = "devops-workflow/label/local"
5457 # version = "0.1.2"
5558 # source = "git::https://github.com/WisePricer/terraform-local-label.git?ref=tags/v0.1.3"
56- source = " git::https://github.com/WisePricer/terraform-local-label.git"
59+ source = " git::https://github.com/WisePricer/terraform-local-label.git"
60+
5761 organization = " ${ var . organization } "
5862 name = " ${ var . log_bucket_name } "
5963 namespace-env = true
0 commit comments