geotrellis / geotrellis-transit

API and libraries for generating travelsheds from OSM & GTFS data
Other
40 stars 20 forks source link

Remove default value for ssl_certificate_arn #95

Closed tnation14 closed 6 years ago

tnation14 commented 6 years ago

Overview

This PR removes the default value for ssl_certificate_arn (which is now outdated) from variables.tf, and updates scripts/infra to use a .tfvars file to make it easier to override other defaults in the future. Also, bump ECS WebService module version to 0.4.0 and make some small fixes to the build pipeline.

Changes

Fixes #94 See azavea/operations#202

Testing