-
Hey peep, I recently setup a basic project, here is the full version of it without the variables and providers resource "digitalocean_project" "shared_project" {
name = "shared"
description = "Shared is used for infrastructure and data that is shared amongst all the applications"
purpose = "Operational / Developer tooling"
environment = "Production"
}
resource "digitalocean_spaces_bucket" "terraform" {
name = "${var.prefix}-tf"
region = "nyc3"
acl = "private"
} Noticed that I put But when I went to the UI, the "Restrict File Listing" option wasn't selected, I had to then click on it and save it to become blue as I showed below, but before that was gray as if I didn't select it. Is Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi there! Thank you so much for this write up. You are correct, this is not expected UI behavior. I have brought this up to our internal storage engineering team and they were aware of the bug and are currently implementing a fix for it. |
Beta Was this translation helpful? Give feedback.
-
@yordis This was a UI issue where it was not correctly reflecting the current setting. It should be resolved now. Let us know if you're still running into any issues. |
Beta Was this translation helpful? Give feedback.
Hi there!
Thank you so much for this write up. You are correct, this is not expected UI behavior. I have brought this up to our internal storage engineering team and they were aware of the bug and are currently implementing a fix for it.