operations: WIP continuing definition for ECS-based API deployment.
This commit is contained in:
@ -8,8 +8,8 @@ variable "artifact_bucket" {
|
||||
description = "The aws_s3_bucket object representing the artifact bucket where deployed artifacts, logs, etc. live."
|
||||
}
|
||||
|
||||
variable "domain_cert_arn" {
|
||||
description = "ARN for the SSL certificate to use for this environment's configuration."
|
||||
variable "domain_cert" {
|
||||
description = "ACM SSL certificate to use for this environment's configuration."
|
||||
}
|
||||
|
||||
variable "route53_zone" {
|
||||
|
Reference in New Issue
Block a user