geotrellis / geotrellis-pointcloud-demo

GeoTrellis PointCloud Demo
https://pointcloud.geotrellis.io/
Apache License 2.0
7 stars 5 forks source link

Drop default value for ssl_certificate_arn #15

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. Additionally, I set a CloudWatch log retention policy and made some tweaks to the dev env setup

Changes

Fixes #14 See azavea/operations#202

Testing