Skip to content

Commit 45943c0

Browse files
authored
Update versions.tf
1 parent c88315a commit 45943c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/fleet-app-operator-permissions/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ terraform {
2020
required_providers {
2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 4.81.0"
23+
version = ">= 6.39.0"
2424
}
2525
google-beta = {
2626
source = "hashicorp/google-beta"
27-
version = ">= 4.81.0"
27+
version = ">= 6.39.0"
2828
}
2929
random = {
3030
source = "hashicorp/random"

0 commit comments

Comments
 (0)