service_name
Name of the ECS service. Matches the input service_name.
The name of the ECS service. Matches the input service_name.
Example Value
api-service
Usage
module "ecs_service" {
source = "registry.patterneddesigns.ca/patterneddesigns/ecs-service/aws"
version = "0.1.0"
# ... inputs
}
# Access this output
output "service_name" {
value = module.ecs_service.service_name
}