We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d00d32 commit ca4b5b8Copy full SHA for ca4b5b8
src/modules/mysql-user/versions.tf
@@ -4,7 +4,7 @@ terraform {
4
required_providers {
5
aws = {
6
source = "hashicorp/aws"
7
- version = ">= 4.0"
+ version = ">= 4.0, < 6.0.0"
8
}
9
mysql = {
10
source = "petoju/mysql"
src/versions.tf
# terraform-providers/mysql is archived
# https://github.com/hashicorp/terraform-provider-mysql
0 commit comments