-
Notifications
You must be signed in to change notification settings - Fork 286
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
digitalocean_spaces_bucket_cors_configuration: Updating allowed origins has no effect #1129
Comments
Hi there, We've uncovered the bug on our end. Turns out it's at the API layer. The database team has created a ticket to address it. In the meantime as a workaround, you can create multiple COR rules to support multiple origins:
Will keep this issue opened until it is resolved. |
Hi @danaelhe thank you. I have another issue I am unsure to create an issue for, since it only affects terraform on the side. We have a kubernetes cluster with update policy. Last Monday the update was applied by digitalocean while running terraform apply (from 1.27.6 to 1.27.10). Now, the underlying droplet was destroyed in this process. With it, the resource monitors created by terraform were destroyed by the update. This all happened on digitalocean's side and terraform is unaware of this. Now we wanted to reapply terraform to push some updates and were greeted by a terraform error that should already be known to your team: |
Interesting....could you create a separate github issue so we can track this better? |
Consider the below scenario for an update to digitalocean_spaces_bucket_cors_configuration of a spaces bucket (cdn enabled).
From documentation and platform UI, it becomes clear that adding multiple cors origins is possible. Using terraform, the update does not go through, even though the apply states success.
The text was updated successfully, but these errors were encountered: