Add cloudflare_access_identity_provider
data source
#1225
Labels
kind/enhancement
Categorizes issue or PR as related to improving an existing feature.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
workflow/pr-attached
Indicates the issue has PR(s) attached.
Current Terraform and Cloudflare provider version
Description
I request adding a data source named
cloudflare_access_identity_provider
, allowing one to lookup metadata of a previously configured identity provider via the friendly name.Use cases
Resources like
cloudflare_access_application
require the unique ID number of an identity provider (theallowed_idps
input variable). In situations where the Identity Provider's unique ID number cannot be shared via the terraform remote state, it would be great to lookup this ID number via a data source.The Cloudflare API supports lookup of this ID as shown here.
https://api.cloudflare.com/#access-identity-providers-list-access-identity-providers
Potential Terraform configuration
References
No response
The text was updated successfully, but these errors were encountered: