Skip to content

Commit 23e5cf4

Browse files
authored
Merge branch 'master' into wyardley/refactor/lookup
2 parents 505d88f + 5d1f7d4 commit 23e5cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/safer_cluster_iap_bastion/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
module "vpc" {
1919
source = "terraform-google-modules/network/google"
20-
version = ">= 7.5"
20+
version = "~> 9.3"
2121

2222
project_id = module.enabled_google_apis.project_id
2323
network_name = var.network_name

0 commit comments

Comments
 (0)