Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TM-405: make the 'server-type' attribute more generic #7711

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ locals {
description = "ncr bip mid-tier component"
instance-access-policy = "full"
os-type = "Linux"
server-type = "ncr-bip"
server-type = "bip"
update-ssm-agent = "patchgroup1"
}
}
Expand Down Expand Up @@ -100,7 +100,7 @@ locals {
backup = "false"
instance-access-policy = "full"
os-type = "Linux"
server-type = "ncr-web"
server-type = "web"
update-ssm-agent = "patchgroup1"
}
}
Expand Down Expand Up @@ -147,7 +147,7 @@ locals {
backup = "false"
instance-access-policy = "full"
os-type = "Windows"
server-type = "NcrBods"
server-type = "bods"
update-ssm-agent = "patchgroup1"
}
}
Expand Down Expand Up @@ -207,7 +207,7 @@ locals {
tags = {
ami = "hmpps_ol_8_5_oracledb_19c"
backup = false
server-type = "ncr-db"
server-type = "db"
os-type = "Linux"
licence-requirements = "Oracle Database"
update-ssm-agent = "patchgroup1"
Expand Down Expand Up @@ -247,7 +247,7 @@ locals {
description = "Windows Server 2012 R2 client testing for NART"
instance-access-policy = "full"
os-type = "Windows"
server-type = "OnrClient"
server-type = "client"
update-ssm-agent = "patchgroup1"
}
}
Expand Down