Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.95 KB

terraform.md

File metadata and controls

48 lines (40 loc) · 1.95 KB

Requirements

Name Version
terraform >=0.12.26
aws ~> 2.65.0

Providers

Name Version
aws ~> 2.65.0
template n/a
terraform n/a

Inputs

Name Description Type Default Required
auto_scaling_cooldown Time in seconds to pass before scaling up or down again. number 300 no
auto_scaling_max_capacity Minimum number of tasks to deploy when scaling up. number n/a yes
auto_scaling_max_cpu_util CPU usage percentage which will trigger autoscaling event. number 75 no
auto_scaling_min_capacity Minimum number of tasks to keep when scaling down. number n/a yes
container_name Description of tile service app container image. string "gfw-tile-cache" no
container_port Port tile cache app will listen on. number 80 no
desired_count Initial number of service instances to launch. number n/a yes
environment An environment namespace for the infrastructure. string n/a yes
fargate_cpu vCPU for service. number 256 no
fargate_memory Memory for service in MB. number 1024 no
git_sha Git SHA to use to tag image. string n/a yes
log_level n/a string "Log level for tile service app." no
log_retention Time in days to keep logs. number 30 no
region Default AWS Region. string "us-east-1" no
tile_cache_url URL of tile cache. string n/a yes

Outputs

Name Description
cloudfront_distribution_domain_name n/a
cloudfront_distribution_id n/a
ecs_update_service_policy_arn n/a
tile_cache_bucket_name n/a
tile_cache_bucket_policy_update_policy_arn n/a
tile_cache_cluster n/a
tile_cache_service n/a
tile_cache_url n/a