Skip to content

Commit 0c7a342

Browse files
fix(deps)!: Update Terraform terraform-google-modules/vm/google to v11 (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ae88275 commit 0c7a342

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/iap_tunneling/main.tf

Lines changed: 1 addition & 1 deletion
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 = "~> 10.0"
41+
version = "~> 11.0"
4242

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

main.tf

Lines changed: 1 addition & 1 deletion
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 = "~> 10.0"
47+
version = "~> 11.0"
4848

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

modules/bastion-group/main.tf

Lines changed: 1 addition & 1 deletion
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 = "~> 10.0"
47+
version = "~> 11.0"
4848

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

0 commit comments

Comments
 (0)