Skip to content

Commit 3d683bb

Browse files
author
Arya Girish K
committed
fix: update prefix value
1 parent 010be8f commit 3d683bb

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
@@ -44,7 +44,7 @@ variable "existing_monitoring_crn" {
4444
variable "prefix" {
4545
type = string
4646
description = "(Optional) 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."
47-
default = "event-notification"
47+
default = "dev"
4848
}
4949

5050
########################################################################################################################

0 commit comments

Comments
 (0)