This is a Terraform provider for Hasura.
Run the following command to build the provider
$ go build -o terraform-provider-hasura$ go install github.com/goreleaser/goreleaser@latest$ make releaseYou will find the releases in the /dist directory. You will need to rename the provider binary to terraform-provider-hasura and move the binary into the appropriate subdirectory within the user plugins directory.
First, build and install the provider.
$ make installThen, navigate to the examples directory.
$ docker-compose -f docker_compose/docker-compose.yml up
$ cd examplesRun the following command to initialize the workspace and apply the sample configuration.
$ terraform init && terraform apply