Skip to content

Commit 355376f

Browse files
committed
Updating version of Google Terraform provider
1 parent 0693fc6 commit 355376f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • octopus-samples-instances/gcp-base-infrastructure-terraform

octopus-samples-instances/gcp-base-infrastructure-terraform/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ terraform {
22
required_providers {
33
google = {
44
source = "hashicorp/google"
5-
version = "4.20.0"
5+
# version = "4.20.0"
6+
version = ">= 7.2.0"
67
}
78
}
89

0 commit comments

Comments
 (0)