Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

meroxa/terraform-provider-meroxa

Folders and files

NameName
Last commit message
Last commit date
Jan 26, 2022
Jan 22, 2024
Apr 17, 2023
Apr 17, 2023
Apr 17, 2023
Oct 20, 2021
Jan 26, 2022
Sep 7, 2021
Mar 13, 2024
Sep 22, 2021
Aug 5, 2021
Aug 5, 2021
Jan 28, 2022
Aug 5, 2021
Dec 3, 2021
Jun 23, 2022
Mar 13, 2024
Mar 13, 2024
Jul 6, 2022

Repository files navigation

terraform-provider-meroxa

Terraform provider for the Meroxa Platform

Support Server

Requirements

  • Terraform v1.0.0
  • Go 1.18 (to build the provider plugin)

Build provider

Run the following command to build the provider

$ go build -o terraform-provider-meroxa

Test sample configuration

First, build and install the provider.

$ make install

Then, navigate to the examples directory.

$ cd examples

Run the following command to initialize the workspace and apply the sample configuration.

$ terraform init && terraform apply