Terraform modules to configure your marimo data plane.
- Create a project in GCP
- Add the following to your terraform configuration, or copy
modules/gcp/main.tf
to your project.
module "marimo_dp" {
source = "github.com/marimo-team/terraform-dp//modules/gcp?ref=v0.1.0"
project_id = "my-project"
region = "us-central1"
}