From 60ecaaf51ee9559cc01b4d4790b6994923e86650 Mon Sep 17 00:00:00 2001 From: Piyush Kumar Sahu Date: Tue, 2 Sep 2025 11:18:47 +0530 Subject: [PATCH] Removed the default prefix value for roks quickstart --- patterns/roks-quickstart/variables.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/patterns/roks-quickstart/variables.tf b/patterns/roks-quickstart/variables.tf index 6c454c47a..c0810d3a4 100644 --- a/patterns/roks-quickstart/variables.tf +++ b/patterns/roks-quickstart/variables.tf @@ -11,7 +11,6 @@ variable "ibmcloud_api_key" { variable "prefix" { 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." type = string - default = "lz-roks-qs" validation { 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."