Skip to content

Commit

Permalink
feat: added default label
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkhandale2024 committed Aug 28, 2024
1 parent fb4e892 commit 229fb1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -309,5 +309,7 @@ variable "enable_resource_labels" {
variable "resource_labels" {
description = "Resource labels for GCE resources."
type = map(string)
default = {}
default = {
"env" = "production"
}
}

0 comments on commit 229fb1b

Please sign in to comment.