Skip to content

Commit

Permalink
feat: add cdc_tags with relevant information for each environment
Browse files Browse the repository at this point in the history
  • Loading branch information
alismx committed Oct 23, 2023
1 parent 9275f36 commit 3f22c87
Show file tree
Hide file tree
Showing 26 changed files with 378 additions and 14 deletions.
16 changes: 15 additions & 1 deletion ops/demo/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,21 @@ locals {
management_tags = {
prime-app = "simple-report"
environment = local.env
resource_group = "${local.project}-${local.name}-${local.env}"
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env_level
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

Expand Down
16 changes: 15 additions & 1 deletion ops/demo/persistent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,21 @@ locals {
management_tags = {
prime-app = "simple-report"
environment = local.env
resource_group = "${local.project}-${local.name}-${local.env}"
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env_level
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

Expand Down
16 changes: 15 additions & 1 deletion ops/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,21 @@ locals {
management_tags = {
prime-app = "simple-report"
environment = local.env
resource_group = "${local.project}-${local.name}-${local.env}"
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env_level
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

Expand Down
14 changes: 14 additions & 0 deletions ops/dev/persistent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ locals {
environment = local.env
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

module "monitoring" {
Expand Down
14 changes: 14 additions & 0 deletions ops/dev2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ locals {
# environments should use the "local.env_level" convention where possible.
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

# Frontend React App
Expand Down
14 changes: 14 additions & 0 deletions ops/dev2/persistent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ locals {
# environments should use the "local.env_level" convention where possible.
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

module "monitoring" {
Expand Down
14 changes: 14 additions & 0 deletions ops/dev3/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ locals {
# environments should use the "local.env_level" convention where possible.
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

# Frontend React App
Expand Down
16 changes: 15 additions & 1 deletion ops/dev3/persistent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,21 @@ locals {
management_tags = {
prime-app = "simple-report"
environment = local.env
resource_group = "${local.project}-${local.name}-${local.env}"
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env_level
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

Expand Down
14 changes: 14 additions & 0 deletions ops/dev4/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ locals {
# environments should use the "local.env_level" convention where possible.
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

# Frontend React App
Expand Down
14 changes: 14 additions & 0 deletions ops/dev4/persistent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ locals {
# environments should use the "local.env_level" convention where possible.
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

module "monitoring" {
Expand Down
14 changes: 14 additions & 0 deletions ops/dev5/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ locals {
# environments should use the "local.env_level" convention where possible.
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

# Frontend React App
Expand Down
14 changes: 14 additions & 0 deletions ops/dev5/persistent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ locals {
# environments should use the "local.env_level" convention where possible.
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

module "monitoring" {
Expand Down
14 changes: 14 additions & 0 deletions ops/dev6/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ locals {
# environments should use the "local.env_level" convention where possible.
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

# Frontend React App
Expand Down
14 changes: 14 additions & 0 deletions ops/dev6/persistent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ locals {
# environments should use the "local.env_level" convention where possible.
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

module "monitoring" {
Expand Down
14 changes: 14 additions & 0 deletions ops/dev7/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ locals {
# environments should use the "local.env_level" convention where possible.
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

# Frontend React App
Expand Down
14 changes: 14 additions & 0 deletions ops/dev7/persistent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ locals {
# environments should use the "local.env_level" convention where possible.
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

module "monitoring" {
Expand Down
16 changes: 15 additions & 1 deletion ops/pentest/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,21 @@ locals {
management_tags = {
prime-app = "simple-report"
environment = local.env
resource_group = "${local.project}-${local.name}-${local.env}"
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env_level
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

Expand Down
16 changes: 15 additions & 1 deletion ops/pentest/persistent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,21 @@ locals {
management_tags = {
prime-app = "simple-report"
environment = local.env
resource_group = "${local.project}-${local.name}-${local.env}"
resource_group = "${local.project}-${local.name}-${local.env_level}"
}
cdc_tags = {
business_steward = "[email protected]"
center = "DDPHSS"
environment = local.env_level
escid = "3205"
funding_source = "TBD"
pii_data = "false"
security_compliance = "moderate"
security_steward = "[email protected],[email protected],[email protected],[email protected]"
support_group = "OMHS"
system = "prim"
technical_steward = "[email protected],[email protected],[email protected],[email protected]"
zone = "EXTRANET"
}
}

Expand Down
Loading

0 comments on commit 3f22c87

Please sign in to comment.