Skip to content

Commit

Permalink
fix: update default value of managedby variable
Browse files Browse the repository at this point in the history
  • Loading branch information
themaheshyadav committed Jul 25, 2023
1 parent 58d510e commit 12f674f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "label_order" {

variable "managedby" {
type = string
default = "hello@clouddrove.com"
default = "terraform-do-modules"
description = "ManagedBy, eg 'terraform-do-modules' or 'hello@clouddrove.com'"
}

Expand Down

0 comments on commit 12f674f

Please sign in to comment.