Skip to main content
output "service_url" {
  value = module.ecs_express_service.service_url
}

Service

service_arn
string
ARN of the ECS Express Service.
service_revision_arn
string
ARN of the current ECS Express Service revision.
service_url
string
Public URL of the ECS Express Service. Format: https://{service_name}.ecs.{region}.on.aws/
current_deployment
object
Details about the current deployment of the service.
ingress_paths
list
List of ingress paths associated with the service.

Security Group

security_group_arn
string
ARN of the security group.
security_group_id
string
ID of the security group.

IAM — Execution Role

execution_iam_role_arn
string
ARN of the task execution IAM role.
execution_iam_role_name
string
Name of the task execution IAM role.

IAM — Infrastructure Role

infrastructure_iam_role_arn
string
ARN of the infrastructure IAM role.
infrastructure_iam_role_name
string
Name of the infrastructure IAM role.

IAM — Task Role

task_iam_role_arn
string
ARN of the task runtime IAM role.
task_iam_role_name
string
Name of the task runtime IAM role.

CloudWatch Log Group

cloudwatch_log_group_name
string
Name of the CloudWatch log group.
cloudwatch_log_group_arn
string
ARN of the CloudWatch log group.

Build docs developers (and LLMs) love