The PingFederate Terraform provider is a plugin for Terraform that supports the management of PingFederate configuration. This provider is maintained internally by the Ping Identity team.
Disclaimer - Provider in Development
The PingFederate Terraform provider is under active development. As such, consumers must have flexibility for breaking changes until the 1.0.0
release. When using the PingFederate Terraform Provider within an automated pipeline prior to 1.0.0
, it is recommended to pin the provider version similar to version = "~> 0.5.0"
to avoid experiencing an unexpected pipeline failure as the result of a provider change. Enhancements, bug fixes, notes and breaking changes can be found on the Changelog. If issues are found, please raise a github issue on this project.
Requirements
- Terraform 1.4+
- Go 1.21+ (for local development builds)
Documentation
See the examples directory for more examples using the provider.
Useful Links
Extended documentation can be found at:
Contributing
We appreciate your help! To contribute through logging issues or creating pull requests, please read the contribution guidelines.