File tree Expand file tree Collapse file tree 17 files changed +30
-30
lines changed
preemptible_and_regular_instance_templates/simple Expand file tree Collapse file tree 17 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ data "google_compute_zones" "available" {
2727
2828module "instance_template" {
2929 source = " terraform-google-modules/vm/google//modules/instance_template"
30- version = " ~> 10 .0"
30+ version = " ~> 11 .0"
3131
3232 region = var. region
3333 project_id = var. project_id
@@ -59,7 +59,7 @@ module "instance_template" {
5959
6060module "compute_instance" {
6161 source = " terraform-google-modules/vm/google//modules/compute_instance"
62- version = " ~> 10 .0"
62+ version = " ~> 11 .0"
6363
6464 region = var. region
6565 subnetwork = var. subnetwork
@@ -70,7 +70,7 @@ module "compute_instance" {
7070
7171module "disk_snapshots" {
7272 source = " terraform-google-modules/vm/google//modules/compute_disk_snapshot"
73- version = " ~> 10 .0"
73+ version = " ~> 11 .0"
7474
7575 name = " backup-policy-test"
7676 project = var. project_id
Original file line number Diff line number Diff line change 1616
1717module "instance_template" {
1818 source = " terraform-google-modules/vm/google//modules/instance_template"
19- version = " ~> 10 .0"
19+ version = " ~> 11 .0"
2020
2121 region = var. region
2222 project_id = var. project_id
@@ -26,7 +26,7 @@ module "instance_template" {
2626
2727module "compute_instance" {
2828 source = " terraform-google-modules/vm/google//modules/compute_instance"
29- version = " ~> 10 .0"
29+ version = " ~> 11 .0"
3030
3131 region = var. region
3232 zone = var. zone
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ provider "google" {
2222
2323module "instance_template" {
2424 source = " terraform-google-modules/vm/google//modules/instance_template"
25- version = " ~> 10 .0"
25+ version = " ~> 11 .0"
2626
2727 project_id = var. project_id
2828 subnetwork = var. subnetwork
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ resource "google_compute_address" "ip_address" {
2626
2727module "instance_template" {
2828 source = " terraform-google-modules/vm/google//modules/instance_template"
29- version = " ~> 10 .0"
29+ version = " ~> 11 .0"
3030
3131 project_id = var. project_id
3232 subnetwork = var. subnetwork
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ resource "google_kms_crypto_key" "example-key" {
3737
3838module "instance_template" {
3939 source = " terraform-google-modules/vm/google//modules/instance_template"
40- version = " ~> 10 .0"
40+ version = " ~> 11 .0"
4141
4242 project_id = var. project_id
4343 subnetwork = var. subnetwork
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ locals {
3333
3434module "instance_template" {
3535 source = " terraform-google-modules/vm/google//modules/instance_template"
36- version = " ~> 10 .0"
36+ version = " ~> 11 .0"
3737
3838 project_id = var. project_id
3939 subnetwork = var. subnetwork
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ provider "google-beta" {
2828
2929module "instance_template" {
3030 source = " terraform-google-modules/vm/google//modules/instance_template"
31- version = " ~> 10 .0"
31+ version = " ~> 11 .0"
3232
3333 project_id = var. project_id
3434 subnetwork = var. subnetwork
@@ -37,7 +37,7 @@ module "instance_template" {
3737
3838module "mig" {
3939 source = " terraform-google-modules/vm/google//modules/mig"
40- version = " ~> 10 .0"
40+ version = " ~> 11 .0"
4141
4242 project_id = var. project_id
4343 region = var. region
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ provider "google-beta" {
2828
2929module "instance_template" {
3030 source = " terraform-google-modules/vm/google//modules/instance_template"
31- version = " ~> 10 .0"
31+ version = " ~> 11 .0"
3232
3333 name_prefix = " ${ var . hostname } -instance-template"
3434 project_id = var. project_id
@@ -58,7 +58,7 @@ module "instance_template" {
5858
5959module "mig" {
6060 source = " terraform-google-modules/vm/google//modules/mig"
61- version = " ~> 10 .0"
61+ version = " ~> 11 .0"
6262
6363 project_id = var. project_id
6464 hostname = var. hostname
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ resource "google_compute_subnetwork" "main" {
5252
5353module "instance_template" {
5454 source = " terraform-google-modules/vm/google//modules/instance_template"
55- version = " ~> 10 .0"
55+ version = " ~> 11 .0"
5656
5757 project_id = var. project_id
5858 subnetwork = google_compute_subnetwork. main . name
@@ -63,7 +63,7 @@ module "instance_template" {
6363
6464module "mig" {
6565 source = " terraform-google-modules/vm/google//modules/mig"
66- version = " ~> 10 .0"
66+ version = " ~> 11 .0"
6767
6868 project_id = var. project_id
6969 instance_template = module. instance_template . self_link
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ provider "google-beta" {
2626
2727module "instance_template" {
2828 source = " terraform-google-modules/vm/google//modules/instance_template"
29- version = " ~> 10 .0"
29+ version = " ~> 11 .0"
3030
3131 project_id = var. project_id
3232 subnetwork = var. subnetwork
@@ -36,7 +36,7 @@ module "instance_template" {
3636
3737module "mig" {
3838 source = " terraform-google-modules/vm/google//modules/mig"
39- version = " ~> 10 .0"
39+ version = " ~> 11 .0"
4040
4141 project_id = var. project_id
4242 region = var. region
You can’t perform that action at this time.
0 commit comments