Skip to content
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

Accept 8.0 as a correct version on MySQL server #179

Merged
merged 1 commit into from Jun 18, 2022
Merged

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Jun 18, 2022

Fixes #171

@wata727 wata727 merged commit 4e265a2 into master Jun 18, 2022
@wata727 wata727 deleted the fix_mysql_version branch June 18, 2022 13:56
Comment on lines 25 to 28
enum: []string{
"5.7",
"8.0.21",
"8.0",
},
Copy link
Contributor

@PatMyron PatMyron Jun 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

think we should consider dropping rules when automation breaks rather than switching them to be manually maintained since these enums will become outdated:
https://sourcegraph.com/search?q=context:global+r:terraform-linters/tflint-ruleset-+enum:+[]+-file:/models/|/apispec/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, but ideally, this enum should be maintained by users of this ruleset, like #171. I find automation useful to help you notice problems more quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

azurerm_mysql_server gives error on version number
2 participants