Skip to content

Commit a97e444

Browse files
fix(deps)!: Update Terraform terraform-google-modules/vm/google to v10
1 parent 4456230 commit a97e444

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/iap_tunneling/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ resource "google_service_account" "vm_sa" {
3838
# A testing VM to allow OS Login + IAP tunneling.
3939
module "instance_template" {
4040
source = "terraform-google-modules/vm/google//modules/instance_template"
41-
version = "~> 7.3"
41+
version = "~> 10.0"
4242

4343
project_id = var.project_id
4444
machine_type = "n1-standard-1"

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ resource "google_service_account" "bastion_host" {
4444

4545
module "instance_template" {
4646
source = "terraform-google-modules/vm/google//modules/instance_template"
47-
version = "~> 7.3"
47+
version = "~> 10.0"
4848

4949
name_prefix = var.name_prefix
5050
project_id = var.project

modules/bastion-group/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module "iap_bastion" {
4444

4545
module "mig" {
4646
source = "terraform-google-modules/vm/google//modules/mig"
47-
version = "~> 7.3"
47+
version = "~> 10.0"
4848

4949
project_id = var.project
5050
region = var.region

0 commit comments

Comments
 (0)