You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately value of acl is not able to be set on import. You must set it in your configuration file to prevent the diff or run terraform apply if you want to accept the default. It is set using "canned-ACLs," either private or public-read. The S3 compatible API does not provide an endpoint that returns that value.
I do think we can make the force_destroy situation better. As it is an local attribute that defaults to false, we can set that at import and only show a diff if it is set to true in the config.
Bug Report
Describe the bug
While I am using the terraform import command to import a digitalocean spaces, It can successfully imported, but few fields are missing.
This can be noticed when I run
terraform plan
. This shows that it should update in place where in fact it should show no changes needed.Affected Resource(s)
Expected Behavior
It should plan out the import without any changes.
Actual Behavior
It shows that it would update in place.
Steps to Reproduce
terraform import digitalocean_spaces_bucket.foobar region,name
terraform plan
.Terraform Configuration Files
Terraform version
Debug Output
Panic Output
Additional context
Important Factoids
References
The text was updated successfully, but these errors were encountered: