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
When removing configurations of the topic such
config { cleanup_policy = "compact,delete" delete_retention_ms = 24 * 60 * 60 * 1000 max_compaction_lag_ms = 6 * 60 * 60 * 1000 }
Nothing is applied, the plan remains empty.
For the plan to revert back to the default values or do trigger an error in case some config is invalid
terraform { required_providers { aiven = { source = "aiven/aiven" version = "4.28.0" } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
When removing configurations of the topic such
Nothing is applied, the plan remains empty.
What did you expect to happen?
For the plan to revert back to the default values or do trigger an error in case some config is invalid
What else do we need to know?
The text was updated successfully, but these errors were encountered: