0.0.4 • Published 2 years ago
pulumi-metabase v0.0.4
AWS Metabase (Fargate)
This repo is a Pulumi Package used to deploy Metabase on AWS using Fargate.
It's written in Go, but thanks to Pulumi's multi language SDK generating capability, it create usable SDKs for all of Pulumi's supported languages
:warning: This package is a work in progress: Please do not use this in a production environment!
Building and Installing
Building from source
But if you need to build it yourself, run the following command to build and install the plugin in the correct folder (resolved automatically based on the current Operating System):
make install
Install your chosen SDK
You need to install your desired language SDK using your languages package manager.
Python
pip3 install pulumi_metabase
NodeJS
npm install @pulumi/metabase
Go
go get -t github.com/pulumi/pulumi-metabase/sdk
Usage
Once you've installed all the dependencies, you can use the library like any other Pulumi SDK. See the examples directory for examples of how you might use it.