Hello all, Was wondering what these variables in ...
# ask-metaflow
a
Hello all, Was wondering what these variables in this example.tfvars correspond to? They don't appear to be passed into the Metaflow module.
Copy code
cpu_max_compute_vcpus     = 128
cpu_min_compute_vcpus     = 0
cpu_desired_compute_vcpus = 0

large_cpu_max_compute_vcpus     = 128
large_cpu_min_compute_vcpus     = 0
large_cpu_desired_compute_vcpus = 0

gpu_max_compute_vcpus     = 128
gpu_min_compute_vcpus     = 0
gpu_desired_compute_vcpus = 0
1