From 56d47af456deb2b095910e879ce11d6b19ad3abc Mon Sep 17 00:00:00 2001 From: miguelpuiggarcia Date: Sat, 2 Sep 2023 10:18:25 +0100 Subject: [PATCH] feat: add api gateway --- gcp/nandos-api-gateway/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." } -} +} */