Skip to content

Commit

Permalink
adjust required GCE labels
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Jul 10, 2020
1 parent 95bb41e commit d712702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion governance/enforce-gce-labels.sentinel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import "tfplan-functions" as plan

# List of mandatory labels
mandatory_labels = ["name", "ttl", "owner"]
mandatory_labels = ["ttl", "owner"]

# Get all GCE compute instances
allGCEInstances = plan.find_resources("google_compute_instance")
Expand Down

0 comments on commit d712702

Please sign in to comment.