Skip to content

Commit a82e80e

Browse files
committed
fix: update module source to allow Google provider 7
1 parent 2cd911d commit a82e80e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ resource "google_project_iam_member" "cloudsql_instance_client_role_to_main_serv
2323
}
2424

2525
module "gce_container_sqlproxy" {
26-
source = "terraform-google-modules/container-vm/google"
27-
version = "~> 3.0"
26+
source = "git::https://github.com/terraform-google-modules/terraform-google-container-vm.git?ref=25aeb5e8eb9525fdac47cfeb79eb7b20295d9a10"
2827

2928
cos_image_family = var.cos_image_family
3029
container = {

0 commit comments

Comments
 (0)