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."