Skip to content

Commit

Permalink
GoogleCloudPlatform#284 - Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems committed Sep 13, 2023
1 parent c9fdbcc commit 61d3e11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environments/common/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module "core-audit-bunker" {
org_id = local.organization_config.org_id
region = local.organization_config.default_region
labels = var.audit.audit_labels
services = var.audit.services
department_code = local.organization_config.department_code
environment = local.organization_config.environment
owner = local.organization_config.owner
Expand Down Expand Up @@ -212,4 +213,4 @@ module "net-public-perimeter-firewall" { #net-perimeter-prj-firewall
depends_on = [
module.net-private-perimeter
]
}
}

0 comments on commit 61d3e11

Please sign in to comment.