Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

iwarapter/terraform-provider-pingfederate

Repository files navigation

PingFederate Terraform Provider


The PingFederate provider has been archived, and is no longer under active maintainenance. Ping Identity are developing their own https://github.com/pingidentity/terraform-provider-pingfederate


Requirements

  • Terraform 0.12+
  • Go 1.16 (to build the provider plugin)

Using the Provider

Please see the terraform registry docs for detailed usage documentation: https://registry.terraform.io/providers/iwarapter/pingfederate/latest/docs

The provider is currently tested against the following versions of PingFederate

PingFederate Status
9.3.3 PingIdentity no longer supply working containers for this version
10.0.6 PingIdentity no longer supply working containers for this version
10.1.5 PingIdentity no longer supply working containers for this version
10.2.7 ci
10.3.7 ci
11.0.4 ci
11.1.1 ci

Whilst 9.3.3 and 10.0.x should both still be compatible, PingIdentity no longer supply working docker images and so have been removed from the regression test pack.

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

Please see the terraform registry docs for detailed usage documentation: https://registry.terraform.io/providers/iwarapter/pingfederate/latest/docs

Testing the Provider

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

$ make sweep test

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