File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ module "linux_vm" {
17
17
enable_confidential_compute = var. enable_confidential_compute
18
18
confidential_instance_type = var. confidential_instance_type
19
19
on_host_maintenance = " TERMINATE"
20
+ machine_type = " c3-standard-4"
21
+
20
22
21
23
access_config = [{
22
24
nat_ip = null
Original file line number Diff line number Diff line change 1
1
variable "project" {
2
2
type = string
3
3
description = " The ID of the project in which the resource resides."
4
- }
4
+ }
5
+
Original file line number Diff line number Diff line change @@ -19,9 +19,8 @@ locals {
19
19
" c3" : " Intel Sapphire Rapids" ,
20
20
" m3" : " Intel Ice Lake" ,
21
21
" c2" : " Intel Cascade Lake"
22
- " n4" : " Intel Emerald Rapids"
23
- " c4" : " Intel Emerald Rapids
24
- " n1" : null
22
+ " n4" : null
23
+ " c4" : null
25
24
" m1" : null
26
25
" m2" : null
27
26
" e2" : null
You can’t perform that action at this time.
0 commit comments