File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1919module "enable_logging" {
2020 # source = "devops-workflow/boolean/local"
2121 # version = "0.1.0"
22- source = " git::https://github.com/WisePricer/terraform-local-boolean.git?ref=tags/v0.1.1"
22+ # 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"
2324 value = " ${ var . enable_logging } "
2425}
2526
2627module "enabled" {
2728 # source = "devops-workflow/boolean/local"
2829 # version = "0.1.0"
29- source = " git::https://github.com/WisePricer/terraform-local-boolean.git?ref=tags/v0.1.1"
30+ # 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"
3032 value = " ${ var . enabled } "
3133}
3234
3335module "label" {
3436 # source = "devops-workflow/label/local"
3537 # version = "0.1.2"
36- source = " git::https://github.com/WisePricer/terraform-local-label.git?ref=tags/v0.1.3"
38+ # 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"
3740 organization = " ${ var . organization } "
3841 name = " ${ var . name } "
3942 namespace-env = " ${ var . namespace-env } "
@@ -49,7 +52,8 @@ module "label" {
4952module "log_bucket" {
5053 # source = "devops-workflow/label/local"
5154 # version = "0.1.2"
52- source = " git::https://github.com/WisePricer/terraform-local-label.git?ref=tags/v0.1.3"
55+ # 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"
5357 organization = " ${ var . organization } "
5458 name = " ${ var . log_bucket_name } "
5559 namespace-env = true
You can’t perform that action at this time.
0 commit comments