Skip to content

Commit

Permalink
fix: updated the default value for the prefix input to "dev" in the…
Browse files Browse the repository at this point in the history
… DA. Previously the default value was "postgresql". (#573)
  • Loading branch information
arya-girish-k authored Feb 4, 2025
1 parent 4203bcd commit 7ef1467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/standard/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variable "resource_group_name" {
variable "prefix" {
type = string
description = "Prefix to add to all resources created by this solution. To not use any prefix value, you can set this value to `null` or an empty string."
default = "postgresql"
default = "dev"
}

variable "name" {
Expand Down

0 comments on commit 7ef1467

Please sign in to comment.