terraform-provider-pingfederate

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2020 License: MIT Imports: 5 Imported by: 0

README

PingFederate Terraform Provider

Requirements

Developing the Provider

If you wish to work on the provider, you'll first need Go installed on your machine (please check the requirements before proceeding).

Note: This project uses Go Modules making it safe to work with it outside of your existing GOPATH. The instructions that follow assume a directory in your home directory outside of the standard GOPATH (i.e $HOME/development/terraform-providers/).

Clone repository to: $HOME/development/terraform-providers/

$ git clone git@github.com:iwarapter/terraform-provider-pingfederate.git
...

To compile the provider, run make build. This will build the provider and put the provider binary in the local directory.

$ make build
...
$ terraform-provider-pingfederate
...

Using the Provider

To use a released provider in your Terraform environment, download the latest version from https://github.com/iwarapter/terraform-provider-pingfederate/releases and follow the instructions to install it as a plugin. After placing it into your plugins directory, run terraform init to initialize it.

Testing the Provider

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

$ make test

This will run the acceptance tests by initializing a local docker container to execute the functional tests against.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL