girder / terraform-heroku-girder4

A Terraform module to provision Girder4 infrastructure on Heroku + AWS.
Apache License 2.0
6 stars 1 forks source link

Allow custom AMI ID for EC2 workers #49

Closed zachmullen closed 1 year ago

zachmullen commented 2 years ago

Fixes #48

brianhelba commented 1 year ago

Maybe it's possible to have a postcondition to see if there's a mismatch in the actual AMI of the aws_instance.ec2_worker and the requested AMI. However, I'm not sure if the available resource attribute values can provide this information.