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
{{ message }}
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
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.
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 planterraform applyterraform planImportant Factoids
References