mirror of
https://github.com/imjasonh/terraform-playground
synced 2026-07-22 16:11:22 +00:00
add driftless example
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
c09bdc56ad
commit
9f1f8c558f
13 changed files with 1177 additions and 0 deletions
11
driftlessaf/networking.tf
Normal file
11
driftlessaf/networking.tf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue