11 lines
192 B
Terraform
11 lines
192 B
Terraform
|
|
# Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa
|
||
|
|
locals {
|
||
|
|
tiers = {
|
||
|
|
core = "0-core"
|
||
|
|
cluster = "1-cluster"
|
||
|
|
gpu = "2-gpu"
|
||
|
|
edge = "3-edge"
|
||
|
|
aux = "4-aux"
|
||
|
|
}
|
||
|
|
}
|