Removing unsupported variables

This commit is contained in:
Jan Stárek
2025-07-07 23:26:26 +02:00
parent d2e6262188
commit 14ec361ca5
7 changed files with 0 additions and 64 deletions

View File

@@ -202,18 +202,6 @@ variable "credit_specification" {
default = {}
}
variable "elastic_gpu_specifications" {
description = "The elastic GPU to attach to the instance"
type = any
default = {}
}
variable "elastic_inference_accelerator" {
description = "Configuration block containing an Elastic Inference Accelerator to attach to the instance"
type = map(string)
default = {}
}
variable "enclave_options" {
description = "Enable Nitro Enclaves on launched instances"
type = map(string)