Skip to content

Commit

Permalink
Apply new annotations model to more resources (#8931) (#532)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Sep 15, 2023
1 parent fcbafa6 commit 9060f4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workstation_config_basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ resource "google_workstations_workstation_config" "default" {
idle_timeout = "600s"
running_timeout = "21600s"

annotations = {
label-one = "value-one"
}

host {
gce_instance {
machine_type = "e2-standard-4"
Expand Down

0 comments on commit 9060f4a

Please sign in to comment.