Skip to content

Commit a9da17a

Browse files
fix(deps): update tf modules
1 parent d5cd4e8 commit a9da17a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 = "~> 9.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 = "~> 9.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 = "~> 9.0"
4848

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

test/setup/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "project_ci" {
1818
source = "terraform-google-modules/project-factory/google"
19-
version = "~> 10.0"
19+
version = "~> 14.0"
2020
name = "ci-bastion-module"
2121
random_project_id = true
2222
org_id = var.org_id

0 commit comments

Comments
 (0)