Metabase on AWS - terraform?

Hi, I went thru official Metabase AWS install using Beanstalk and it worked perfectly. But I am looking for a bit of a more control over resources as well as flexibility. Are there terraform scripts to setup Metabase on AWS available? Or resources to create one?

Thanks!

Hi @ygalanter
No, we currently don’t have specific documentation for Terraform.
But you should be able to get up and running with general documentation about Terraform and then looking at our documentation for references about setup and environment variables.

EDIT: Have a look at https://github.com/StayWell/terraform-aws-metabase

Thanks! This does help!