diff --git a/gcp/nandos-api-gateway/variables.tf b/gcp/nandos-api-gateway/variables.tf index c0b80a3..bac4ef4 100644 --- a/gcp/nandos-api-gateway/variables.tf +++ b/gcp/nandos-api-gateway/variables.tf @@ -28,7 +28,7 @@ variable "openapi_spec_file_path" { type = string } -variable "custom_domain" { +/* variable "custom_domain" { description = "Nandos domain for the API Gateway." type = string @@ -36,4 +36,4 @@ variable "custom_domain" { condition = can(regex("^[a-zA-Z0-9-]+\\.nandos\\.dev$", var.custom_domain)) error_message = "The custom_domain must be a subdomain under nandos.dev. For example: myapi.nandos.dev." } -} +} */