Skip to content

Commit d2f7824

Browse files
author
Steven Nemetz
committed
Remove refs
1 parent d60ec4f commit d2f7824

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

main.tf

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,24 @@
1919
module "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

2627
module "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

3335
module "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" {
4952
module "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

0 commit comments

Comments
 (0)