Skip to content

Commit

Permalink
ncr: TM-503: add missing tags and secrets (#7921)
Browse files Browse the repository at this point in the history
* add missing tags

* secrets
  • Loading branch information
drobinson-moj authored Sep 25, 2024
1 parent 90834e5 commit 84d93d9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ locals {
branch = "ncr/TM-503/preprod-bip-fixes"
})
})
tags = merge(local.ec2_autoscaling_groups.bip_app.tags, {
nomis-combined-reporting-environment = "pp"
})
})

pp-ncr-cms = merge(local.ec2_autoscaling_groups.bip_cms, {
Expand All @@ -58,6 +61,9 @@ locals {
branch = "ncr/TM-503/preprod-bip-fixes"
})
})
tags = merge(local.ec2_autoscaling_groups.bip_cms.tags, {
nomis-combined-reporting-environment = "pp"
})
})

pp-ncr-webadmin = merge(local.ec2_autoscaling_groups.bip_webadmin, {
Expand All @@ -74,6 +80,9 @@ locals {
branch = "ncr/TM-503/preprod-bip-fixes"
})
})
tags = merge(local.ec2_autoscaling_groups.bip_webadmin.tags, {
nomis-combined-reporting-environment = "pp"
})
})

pp-ncr-web = merge(local.ec2_autoscaling_groups.bip_web, {
Expand All @@ -90,6 +99,9 @@ locals {
branch = "ncr/TM-503/preprod-bip-fixes"
})
})
tags = merge(local.ec2_autoscaling_groups.bip_web.tags, {
nomis-combined-reporting-environment = "pp"
})
})
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ locals {
bip_app = {
secrets = {
passwords = { description = "BIP Passwords" }
config = { description = "BIP Configuration" }
}
}
bip_web = {
secrets = {
passwords = { description = "Web Passwords" }
config = { description = "Web Configuration" }
}
}
bods = {
Expand Down

0 comments on commit 84d93d9

Please sign in to comment.