Skip to content

Commit f956df0

Browse files
committed
chore(versions.tf): update Google provider versions to 6.21 for compatibility and new features
1 parent b6dd507 commit f956df0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ terraform {
33
required_providers {
44
google-beta = {
55
source = "hashicorp/google-beta"
6-
version = "~> 6.11"
6+
version = "~> 6.21"
77
}
88
google = {
99
source = "hashicorp/google"
10-
version = "~> 6.11"
10+
version = "~> 6.21"
1111
}
1212
}
13-
}
13+
}

0 commit comments

Comments
 (0)