This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
Incorrect deprecation warning for pingaccess_pingfederate_runtime resource #147
Labels
bug
Something isn't working
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
PF runtime should be configured without any warning
Actual Behavior
We are getting the following warning:
Warning: Argument is deprecated
with pingaccess_pingfederate_runtime.pf_runtime,
on system.tf line 2, in resource "pingaccess_pingfederate_runtime" "pf_runtime":
2: targets = var.mypingfeds
This is the deprecated pingfederate runtime configuration and is only to provide support for 5.x. If you are using 6.x please use 'issuer'
configuration instead.
Since PA allows to configure a PingAccess proxied PF runtime, this should in my view not trigger a deprecation warning anymore.
Not really a severe bug, but would be nice to clean that up.
Steps to Reproduce
terraform plan
terraform apply
terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered: