Skip to content

Commit ca4b5b8

Browse files
authored
chore(deps): restrict aws provider version to < 6.0.0 (#28)
1 parent 5d00d32 commit ca4b5b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/modules/mysql-user/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 4.0"
7+
version = ">= 4.0, < 6.0.0"
88
}
99
mysql = {
1010
source = "petoju/mysql"

src/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 4.0"
7+
version = ">= 4.0, < 6.0.0"
88
}
99
# terraform-providers/mysql is archived
1010
# https://github.com/hashicorp/terraform-provider-mysql

0 commit comments

Comments
 (0)