Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
re-add owner label
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil authored May 8, 2019
1 parent efc38e1 commit c8a5ae8
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 @@ -32,6 +32,7 @@ resource "google_compute_instance" "demo" {
}

labels {
owner = "${var.owner}"
ttl = "${var.ttl}"
}
}

0 comments on commit c8a5ae8

Please sign in to comment.