Skip to content

Commit ebe8ce6

Browse files
authored
fix: Removed the default value of prefix input variable for roks quickstart variation (#1043)
1 parent 5697b0c commit ebe8ce6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

patterns/roks-quickstart/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ variable "ibmcloud_api_key" {
1111
variable "prefix" {
1212
description = "A unique identifier for resources that is prepended to resources that are provisioned. Must begin with a lowercase letter and end with a lowercase letter or number. Must be 13 or fewer characters."
1313
type = string
14-
default = "lz-roks-qs"
1514

1615
validation {
1716
error_message = "Prefix must begin with a letter and contain only lowercase letters, numbers, and - characters. Prefixes must end with a lowercase letter or number and be 13 or fewer characters."

0 commit comments

Comments
 (0)