Skip to content

Commit a52bbed

Browse files
committed
update default value
1 parent 9bf6d4c commit a52bbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/terraform/tf-backend/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Azure Rg
22
variable "digital_product_affix" {
3-
default = "gopoctb"
3+
default = "mopoctb"
44
description = "The digital product affix."
55
type = string
66
}

0 commit comments

Comments
 (0)