Manual deletion of S3 bucket CORS does not force terraform to update CORS for bucket. #4849
Labels
bug
Addresses a defect in current functionality.
service/s3
Issues and PRs that pertain to the s3 service.
Milestone
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
After having deleted CORS configuration for an S3 bucket in the AWS console, terraform plan/apply should recognize the change and apply CORS configuration as defined.
Actual Behavior
CORS is left unconfigured.
Steps to Reproduce
terraform apply
terraform apply
Important Factoids
Other changes to the CORS configuration via console , i.e. adding AllowedOrigin or AllowHeader attributes are recognized and adjusted.
References
The text was updated successfully, but these errors were encountered: