pangeo-data / terraform-deploy

deployment of pangeo jupyterhub infrastructure with terraform
MIT License
19 stars 31 forks source link

Automatically validate terraform code on PR #19

Closed yuvipanda closed 4 years ago

yuvipanda commented 4 years ago

Follows https://www.terraform.io/docs/github-actions/common-tasks/arguments.html

Runs terraform init and validate only. terraform plan requires access to AWS credentials, and we don't have that.