Skip to content

Commit 7ef1467

Browse files
fix: updated the default value for the prefix input to "dev" in the DA. Previously the default value was "postgresql". (#573)
1 parent 4203bcd commit 7ef1467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/standard/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ variable "resource_group_name" {
3333
variable "prefix" {
3434
type = string
3535
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."
36-
default = "postgresql"
36+
default = "dev"
3737
}
3838

3939
variable "name" {

0 commit comments

Comments
 (0)