Skip to content

Commit

Permalink
do not use unique names by default
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcavazos committed Mar 27, 2024
1 parent 1cfa5da commit cea316a
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 @@ -59,5 +59,5 @@ variable "webhook_path" {
variable "unique_names" {
description = "Whether to use unique names for resources"
type = bool
default = true
default = false
}

0 comments on commit cea316a

Please sign in to comment.