We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0693fc6 commit 355376fCopy full SHA for 355376f
1 file changed
octopus-samples-instances/gcp-base-infrastructure-terraform/main.tf
@@ -2,7 +2,8 @@ terraform {
2
required_providers {
3
google = {
4
source = "hashicorp/google"
5
- version = "4.20.0"
+# version = "4.20.0"
6
+ version = ">= 7.2.0"
7
}
8
9
0 commit comments