Overview
The Terraform documentation lists cross_origin_auth as the setting for changing whether a given client allows cross-origin authentication flows, but the deprecation mentioned here says “cross_origin_authentication” should be used instead: Update Applications that use Cross-Origin Authentication.
Applies To
- Terraform
- Cross-Origin Authentication
Solution
The Terraform provider currently uses cross_origin_auth naming convention, but this is mapped to cross_origin_authentication
when applying the changes to clients behind the scenes, so it uses the correct attribute.