You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Error: Cannot find resource OpenID Connect
with data.pingone_resource.openid
on data.tf line 14, in data "pingone_resource" "openid":
data "pingone_resource" "openid" {
Steps to Reproduce
terraform apply
Important Factoids
The text was updated successfully, but these errors were encountered:
To select the default OpenID Connect resource, you use the name openid. This isn't clear in the documentation, so we'll make changes to make this clearer.
E.g.
data "pingone_resource" "openid" {
environment_id = pingone_environment.agent_environment.id
name = "openid"
}
Community Note
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
PingOne Terraform provider Version
0.11.1
Terraform Version
Terraform v1.3.7
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Leverage the pre-existing openid pongone_resource
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
The text was updated successfully, but these errors were encountered: