Terraform version: 1.2.5
Provider version: 0.0.24 , latest version, when this was posted
PingFederate version: 11.1.1-edge
Problem:
In PingFederate 11, Certificate Revocation Checking ( in the Security tab), when OCSP is enabled ( ENABLE OCSCP) does not require a default OCSP response URL to be entered, yet it is wrongfully required by the provider.
│ Error: Missing required argument
│
│ on pf_certificate_settings.tf line 4, in resource "pingfederate_certificates_revocation_settings" "settings":
│ 4: ocsp_settings {
│
│ The argument "responder_url" is required, but no definition was found.
Doing a plan when this same configuration has been entered manually in the console gives the message:
Terraform version: 1.2.5 Provider version: 0.0.24 , latest version, when this was posted PingFederate version: 11.1.1-edge
Problem: In PingFederate 11, Certificate Revocation Checking ( in the Security tab), when OCSP is enabled ( ENABLE OCSCP) does not require a default OCSP response URL to be entered, yet it is wrongfully required by the provider.
Relevant Terraform code: Resource: pingfederate_certificates_revocation_settings Block: ocsp_setting {} Field: responder_url
Simple reproducer:
error message:
Doing a plan when this same configuration has been entered manually in the console gives the message:
This kind of configuration cannot be added in with the provider, which is the issue.