We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2557e7b commit bf53089Copy full SHA for bf53089
opentofu/main.tf
@@ -93,7 +93,6 @@ module "vm" {
93
streamlit_client_port = local.streamlit_client_port
94
fastapi_server_port = local.fastapi_server_port
95
vm_is_gpu_shape = var.vm_is_gpu_shape
96
- compute_cpu_arch = local.compute_cpu_arch
97
compute_os_ver = local.compute_os_ver
98
compute_cpu_ocpu = var.compute_cpu_ocpu
99
compute_cpu_shape = var.compute_cpu_shape
opentofu/modules/vm/variables.tf
@@ -37,10 +37,6 @@ variable "vm_is_gpu_shape" {
37
type = bool
38
}
39
40
-variable compute_cpu_arch {
41
- type = string
42
-}
43
-
44
variable "compute_os_ver" {
45
type = string
46
0 commit comments