Skip to content

Commit

Permalink
update compute-vm example
Browse files Browse the repository at this point in the history
  • Loading branch information
drebes committed Aug 24, 2022
1 parent 081e04f commit 00f8873
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ module "cos-envoy-td" {
module "vm-cos" {
source = "./modules/compute-vm"
project_id = local.project_id
region = local.region
zone = local.zone
name = "cos-envoy-td"
network_interfaces = [{
network = local.vpc.self_link,
subnetwork = local.vpc.subnet_self_link,
nat = false,
addresses = null
}]
instance_count = 1
tags = ["ssh", "http"]
metadata = {
Expand Down

0 comments on commit 00f8873

Please sign in to comment.