We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had a couple of replication rules declared manually via minio client. Later the two rules were removed two new rules were created.
Now once I try to import the rules into terraform configuration I face error:
Error: inconsistent number of remote target and bucket replication rules (4 != 2)
Interestingly enough "mc replicate ls" returns only 2 rules.
I would appreciate any advice or directions on how to debug, or completely clear the removed rules from the minio instance.
The text was updated successfully, but these errors were encountered:
log from terraform import command: https://gist.github.com/mahsoud/c819e271f554087a8c1b5d5c9ff017ce
Sorry, something went wrong.
No branches or pull requests
Description
I had a couple of replication rules declared manually via minio client. Later the two rules were removed two new rules were created.
Now once I try to import the rules into terraform configuration I face error:
Error: inconsistent number of remote target and bucket replication rules (4 != 2)
Interestingly enough "mc replicate ls" returns only 2 rules.
I would appreciate any advice or directions on how to debug, or completely clear the removed rules from the minio instance.
The text was updated successfully, but these errors were encountered: