Skip to content

marimo-team/terraform-dp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

terraform-dp

Terraform modules to configure your marimo data plane.

Usage - GCP

  1. Create a project in GCP
  2. 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"
}

About

Terraform modules to configure your marimo data plane

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages