-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support CORS settings #473
Comments
This currently isn’t exposed via the API so we can’t add functionality until that lands. Do you mind raising a support ticket with Cloudflare requesting this? |
I've opened 1853883 to have this looked at from the Cloudflare side. |
CORS support has landed in the documentation today so once this is added upstream, we can add the support for it in Terraform. |
cloudflare/cloudflare-go#485 is implementing this and then we can add Terraform support for it. |
Updates `cloudflare_access_application` to define the CORS settings associated with it. Closes cloudflare#473
Currently the Terraform provider doesn't support the CORS settings for a CloudFlare Access application.
The text was updated successfully, but these errors were encountered: