deploy/test-environments/modules/serverless/variables.tf (16 lines of code) (raw):
variable "ec_url" {
description = "Elastic Cloud URL"
type = string
}
variable "ec_apikey" {
description = "Elastic Cloud API Key"
type = string
}
variable "project_name" {
description = "Elastic Cloud Project Name"
type = string
}
variable "region_id" {
description = "Elastic Cloud Project Region ID"
type = string
}