Skip to content

Commit e6f8004

Browse files
Merge pull request #46 from intel/10-8-update
fix variable information
2 parents 2bde21d + cca1ac8 commit e6f8004

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

examples/gcp-linux-tdx-vm/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ module "linux_vm" {
1717
enable_confidential_compute = var.enable_confidential_compute
1818
confidential_instance_type = var.confidential_instance_type
1919
on_host_maintenance = "TERMINATE"
20+
machine_type = "c3-standard-4"
21+
2022

2123
access_config = [{
2224
nat_ip = null

examples/gcp-linux-vm/variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
variable "project" {
22
type = string
33
description = "The ID of the project in which the resource resides."
4-
}
4+
}
5+

main.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ locals {
1919
"c3": "Intel Sapphire Rapids",
2020
"m3": "Intel Ice Lake",
2121
"c2": "Intel Cascade Lake"
22-
"n4": "Intel Emerald Rapids"
23-
"c4": "Intel Emerald Rapids
24-
"n1": null
22+
"n4": null
23+
"c4": null
2524
"m1": null
2625
"m2": null
2726
"e2": null

0 commit comments

Comments
 (0)