Run the following command to build the provider
go build -o terraform-provider-metabase
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