Skip to content

Commit bf53089

Browse files
committed
don't need to know arch on VM
1 parent 2557e7b commit bf53089

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

opentofu/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ module "vm" {
9393
streamlit_client_port = local.streamlit_client_port
9494
fastapi_server_port = local.fastapi_server_port
9595
vm_is_gpu_shape = var.vm_is_gpu_shape
96-
compute_cpu_arch = local.compute_cpu_arch
9796
compute_os_ver = local.compute_os_ver
9897
compute_cpu_ocpu = var.compute_cpu_ocpu
9998
compute_cpu_shape = var.compute_cpu_shape

opentofu/modules/vm/variables.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ variable "vm_is_gpu_shape" {
3737
type = bool
3838
}
3939

40-
variable compute_cpu_arch {
41-
type = string
42-
}
43-
4440
variable "compute_os_ver" {
4541
type = string
4642
}

0 commit comments

Comments
 (0)