Skip to content

Commit 12f674f

Browse files
fix: update default value of managedby variable
1 parent 58d510e commit 12f674f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ variable "label_order" {
2020

2121
variable "managedby" {
2222
type = string
23-
default = "[email protected]"
23+
default = "terraform-do-modules"
2424
description = "ManagedBy, eg 'terraform-do-modules' or '[email protected]'"
2525
}
2626

0 commit comments

Comments
 (0)