Skip to content

Commit 4decc41

Browse files
committed
Use ~> for dependency
1 parent d9c4d3f commit 4decc41

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 = ">= 9.3"
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)