You must be logged in to view saved presets
Creates a basic AWS FinSpace Kx Volume with specified configurations such as availability zone, size, and type.
resource "aws_finspace_kx_volume" "example" {
availability_zones = "use1-az2"
az_mode = "SINGLE"
environment_id = "aws_finspace_kx_environment.example.id"
name = "my-tf-kx-volume"
nas1_configuration {
size = 1200
type = "SSD_250"
}
type = "NAS_1"
}