Skip to content

Commit

Permalink
changing tagging module location
Browse files Browse the repository at this point in the history
  • Loading branch information
LBH-wgreeff committed Oct 18, 2023
1 parent 3fd9b2d commit ea7671c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform/backend-setup/03-input-derived.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Any internal local variables should be declared here. We also import the tag module for convenience
module "tags" {
source = "git@github.com:LBHackney-IT/infrastructure.git//modules/aws-tags-lbh/module?ref=master"
source = "https://github.com/LBHackney-IT/aws-tags-lbh.git?ref=v1.0.0"

application = var.application
automation_build_url = var.automation_build_url
Expand Down
2 changes: 1 addition & 1 deletion terraform/core/03-input-derived.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Any internal local variables should be declared here. We also import the tag module for convenience
module "tags" {
source = "git@github.com:LBHackney-IT/infrastructure.git//modules/aws-tags-lbh/module?ref=master"
source = "https://github.com/LBHackney-IT/aws-tags-lbh.git?ref=v1.0.0"

application = var.application
automation_build_url = var.automation_build_url
Expand Down
2 changes: 1 addition & 1 deletion terraform/etl/03-input-derived.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Any internal local variables should be declared here. We also import the tag module for convenience
module "tags" {
source = "git@github.com:LBHackney-IT/infrastructure.git//modules/aws-tags-lbh/module?ref=master"
source = "https://github.com/LBHackney-IT/aws-tags-lbh.git?ref=v1.0.0"

application = var.application
automation_build_url = var.automation_build_url
Expand Down
2 changes: 1 addition & 1 deletion terraform/networking/03-input-derived.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# General
module "tags" {
source = "git@github.com:LBHackney-IT/infrastructure.git//modules/aws-tags-lbh/module?ref=master"
source = "https://github.com/LBHackney-IT/aws-tags-lbh.git?ref=v1.0.0"

application = var.application
automation_build_url = var.automation_build_url
Expand Down

0 comments on commit ea7671c

Please sign in to comment.