Skip to content

Commit

Permalink
preprod-database-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
crvgilbertson authored and matt-heery committed Apr 5, 2024
1 parent 2cbd316 commit bda5f80
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ locals {
description = "For testing SAP BI Platform tomcat admin installation and configurations"
nomis-combined-reporting-environment = "t1"
type = "processing"
instance-scheduling = "skip-scheduling"
})
})
t1-ncr-cms-1-a = merge(local.bip_cms_ec2_default, {
Expand All @@ -138,6 +139,7 @@ locals {
nomis-combined-reporting-environment = "t1"
node = "1"
type = "management"
instance-scheduling = "skip-scheduling"
})
})
t1-ncr-etl-1-a = merge(local.etl_ec2_default, {
Expand All @@ -150,6 +152,7 @@ locals {
tags = merge(local.etl_ec2_default.tags, {
description = "For testing SAP BI Platform ETL installation and configurations"
nomis-combined-reporting-environment = "t1"
instance-scheduling = "skip-scheduling"
})
})
}
Expand Down

0 comments on commit bda5f80

Please sign in to comment.