Skip to content

danitso/terraform-provider-ironio

Repository files navigation

Build Status Go Report Card GoDoc

Terraform Provider for Iron.io

A Terraform Provider to manage IronAuth, IronCache, IronMQ and IronWorker resources from Iron.io.

Support is currently limited to IronAuth and IronMQ.

Requirements

  • Terraform 0.13+
  • Go 1.15+ (to build the provider plugin)
  • GoReleaser 0.155+ (to build the provider plugin)

Table of Contents

Building the provider

  • Clone the repository to $GOPATH/src/github.com/danitso/terraform-provider-ironio:

    $ mkdir -p "${GOPATH}/src/github.com/danitso"
    $ cd "${GOPATH}/src/github.com/danitso"
    $ git clone git@github.com:danitso/terraform-provider-ironio
  • Enter the provider directory and build it:

    $ cd "${GOPATH}/src/github.com/danitso/terraform-provider-ironio"
    $ make build

Using the provider

You can find the latest release and its documentation in the Terraform Registry.

Testing the provider

In order to test the provider, you can simply run make test.

$ make test

Tests are limited to regression tests, ensuring backwards compability.