Skip to content

Terraform provider to interact with Metabase

Notifications You must be signed in to change notification settings

bilenkis/terraform-provider-metabase

Repository files navigation

Terraform Provider Metabase

Run the following command to build the provider

go build -o terraform-provider-metabase

Test sample configuration

First, build and install the provider.

make install

Configure Metabase URL either using provider configuration directly or using ENV variables. Get your username and password from Metabase and export them as TF_VARs.

export [email protected] TF_VAR_metabase_password=xxxxxxxxxxxxx

Then, run the following command to initialize the workspace and apply the sample configuration.

cd examples && terraform init && terraform apply

About

Terraform provider to interact with Metabase

Resources

Stars

Watchers

Forks

Packages

No packages published