Skip to content

Commit 54960b4

Browse files
committed
fix(google_cloudsql_*): Allow google v5
1 parent 0013bb0 commit 54960b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google_cloudsql_mysql/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
google = {
44
source = "hashicorp/google"
5-
version = "~> 4.48"
5+
version = ">= 4.48"
66
}
77
}
88
required_version = ">= 1.0"

google_cloudsql_postgres/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
google = {
55
source = "hashicorp/google"
6-
version = "~> 4.48"
6+
version = ">= 4.48"
77
}
88
}
99
}

0 commit comments

Comments
 (0)