-
Notifications
You must be signed in to change notification settings - Fork 75
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
Import of existing S3 bucket fails #564
Comments
any love? |
I tried to reproduce your issue on my setup and didn't have any issue. My code: resource "minio_s3_bucket" "test" {
bucket = "test"
} Command I run: Also, your error seems to refer to a S3 bucket policy, not a bucket: |
This issue has been automatically marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs. Please comment or remove the stale label to keep it open. |
This issue has been closed due to prolonged inactivity. Feel free to reopen if you need more information or further assistance. |
Description
Trying to import an existing bucket fails
Steps to Reproduce
Expected behavior:
a successfull import :)
Actual behavior:
Throws "bucket does not exist"
Reproduces how often: 100%
Versions
Terraform v1.8.4
on linux_amd64
MinIO VERSION
2024-04-18T19:09:19Z
The text was updated successfully, but these errors were encountered: