-
Notifications
You must be signed in to change notification settings - Fork 589
Open
Labels
enhancementNew feature or requestNew feature or request
Description
TL;DR
We have a setup where we use this module directly and use it to create a large number of buckets but we need to have CORS configurations that differ for some buckets. I think the improvement would be to have the CORS configuration be a map to allow it to be on a per-bucket basis.
Terraform Resources
Detailed design
bucket_cors = {
"bucket-1" = [
{
origin = "*"
method = "PUT"
}
]
}
Additional information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request