From 79f82c8cc32612aee4458b3a9033802c2fdbca9f Mon Sep 17 00:00:00 2001 From: David Elliott Date: Tue, 9 Jan 2024 14:23:19 +0000 Subject: [PATCH] Add Oasys to Oracle license reporting Allows the oasys accounts to be picked up on Oracle licensing reports. --- terraform/environments/bootstrap/member-bootstrap/locals.tf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/terraform/environments/bootstrap/member-bootstrap/locals.tf b/terraform/environments/bootstrap/member-bootstrap/locals.tf index 6ff492318..bfb0c0a05 100644 --- a/terraform/environments/bootstrap/member-bootstrap/locals.tf +++ b/terraform/environments/bootstrap/member-bootstrap/locals.tf @@ -51,6 +51,10 @@ locals { "ccms-ebs-test", "ccms-ebs-preproduction", "ccms-ebs-production", - "example-development" + "example-development", + "oasys-development", + "oasys-test", + "oasys-preproduction", + "oasys-production" ] } \ No newline at end of file