Skip to content

Commit

Permalink
chore: add subnetwork_project
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Sep 19, 2024
1 parent 2f8ca3e commit 4115e3f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/compute_instance/simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ module "instance_template" {
source = "terraform-google-modules/vm/google//modules/instance_template"
version = "~> 11.0"

region = var.region
project_id = var.project_id
subnetwork = var.subnetwork
service_account = var.service_account
region = var.region
project_id = var.project_id
subnetwork = var.subnetwork
service_account = var.service_account
subnetwork_project = var.project_id
}

module "compute_instance" {
Expand Down

0 comments on commit 4115e3f

Please sign in to comment.