File tree Expand file tree Collapse file tree 20 files changed +34
-34
lines changed
confidential_computing_intel
preemptible_and_regular_instance_templates/simple Expand file tree Collapse file tree 20 files changed +34
-34
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 = " ~> 12 .0"
30+ version = " ~> 13 .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 = " ~> 12 .0"
62+ version = " ~> 13 .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 = " ~> 12 .0"
73+ version = " ~> 13 .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 = " ~> 12 .0"
19+ version = " ~> 13 .0"
2020
2121 region = var. region
2222 project_id = var. project_id
@@ -27,7 +27,7 @@ module "instance_template" {
2727
2828module "compute_instance" {
2929 source = " terraform-google-modules/vm/google//modules/compute_instance"
30- version = " ~> 12 .0"
30+ version = " ~> 13 .0"
3131
3232 region = var. region
3333 zone = var. zone
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ resource "google_kms_crypto_key_iam_binding" "crypto_key" {
6666
6767module "instance_template" {
6868 source = " terraform-google-modules/vm/google//modules/instance_template"
69- version = " ~> 12 .0"
69+ version = " ~> 13 .0"
7070
7171 region = var. region
7272 project_id = var. project_id
@@ -89,7 +89,7 @@ module "instance_template" {
8989
9090module "compute_instance" {
9191 source = " terraform-google-modules/vm/google//modules/compute_instance"
92- version = " ~> 12 .0"
92+ version = " ~> 13 .0"
9393
9494 region = var. region
9595 subnetwork = var. subnetwork
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ module "instance_template" {
8989
9090module "compute_instance" {
9191 source = " terraform-google-modules/vm/google//modules/compute_instance"
92- version = " ~> 12 .0"
92+ version = " ~> 13 .0"
9393
9494 region = var. region
9595 subnetwork = var. subnetwork
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 = " ~> 12 .0"
25+ version = " ~> 13 .0"
2626
2727 project_id = var. project_id
2828 region = var. region
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 = " ~> 12 .0"
29+ version = " ~> 13 .0"
3030
3131 project_id = var. project_id
3232 region = var. region
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 = " ~> 12 .0"
19+ version = " ~> 13 .0"
2020
2121 region = var. region
2222 project_id = var. project_id
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 = " ~> 12 .0"
40+ version = " ~> 13 .0"
4141
4242 project_id = var. project_id
4343 region = var. region
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 = " ~> 12 .0"
36+ version = " ~> 13 .0"
3737
3838 project_id = var. project_id
3939 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 = " ~> 12 .0"
31+ version = " ~> 13 .0"
3232
3333 project_id = var. project_id
3434 region = var. region
@@ -38,7 +38,7 @@ module "instance_template" {
3838
3939module "mig" {
4040 source = " terraform-google-modules/vm/google//modules/mig"
41- version = " ~> 12 .0"
41+ version = " ~> 13 .0"
4242
4343 project_id = var. project_id
4444 region = var. region
You can’t perform that action at this time.
0 commit comments