Skip to content

Commit d5567d7

Browse files
committed
mig to 1.1.14
1 parent ad8df9a commit d5567d7

File tree

1 file changed

+1
-1
lines changed
  • example-custom-machine-types

1 file changed

+1
-1
lines changed

example-custom-machine-types/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ data "google_compute_image" "bastion" {
7676

7777
module "bastion" {
7878
source = "GoogleCloudPlatform/managed-instance-group/google"
79-
version = "1.1.13"
79+
version = "1.1.14"
8080
region = "${var.region}"
8181
zone = "${var.zone}"
8282
network = "${google_compute_subnetwork.default.name}"

0 commit comments

Comments
 (0)