Skip to content

Commit

Permalink
feat: add api gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpuiggarcia committed Sep 2, 2023
1 parent 9ea5be0 commit 56d47af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcp/nandos-api-gateway/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ variable "openapi_spec_file_path" {
type = string
}

variable "custom_domain" {
/* variable "custom_domain" {
description = "Nandos domain for the API Gateway."
type = string
validation {
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."
}
}
} */

0 comments on commit 56d47af

Please sign in to comment.