FusionAuth / terraform-provider-fusionauth

FusionAuth Terraform Provider
https://registry.terraform.io/providers/FusionAuth/fusionauth/latest
Apache License 2.0
35 stars 53 forks source link

fusionauth_application samlv2_configuration.0.callback_url is deprecated but also required #48

Closed MVJosh closed 3 years ago

MVJosh commented 3 years ago

The samlv2_configuration block in the fusionauth_application resource specifies callback_url as deprecated, but also as required.

Running terraform apply with callback_url specified results in:

Warning: "samlv2_configuration.0.callback_url": [DEPRECATED] Deprecated in version 1.20

There doesn't appear to be any guidance in the docs as to what callback_url should be replaced with if it is deprecated.

Please could you provide some clarification on this?

MCBrandenburg commented 3 years ago

Have this branch going https://github.com/gpsinsight/terraform-provider-fusionauth/pull/51