mirror of
https://github.com/imjasonh/terraform-playground
synced 2026-07-08 07:44:57 +00:00
11 lines
257 B
HCL
11 lines
257 B
HCL
module "networking" {
|
|
source = "chainguard-dev/common/infra//modules/networking"
|
|
|
|
project_id = var.project_id
|
|
name = "driftlessaf-networking"
|
|
regions = ["us-central1", "us-east4"]
|
|
|
|
hosted_zone_logging_enabled = false
|
|
|
|
team = var.team
|
|
}
|