Skip to content

Commit

Permalink
feat: apply labels to bastion instance (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikiseke1979 authored Oct 21, 2022
1 parent fe80f4e commit 5dab8d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ resource "google_compute_instance_from_template" "bastion_vm" {
name = var.name
project = var.project
zone = var.zone
labels = var.labels

network_interface {
subnetwork = var.subnet
Expand Down

0 comments on commit 5dab8d1

Please sign in to comment.