feat: support Ampere nodes
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4facffc203
commit
39b1717b6a
1 changed files with 21 additions and 1 deletions
|
@ -68,7 +68,7 @@ data "coder_parameter" "instance_location" {
|
||||||
name = "instance_location"
|
name = "instance_location"
|
||||||
display_name = "Instance location"
|
display_name = "Instance location"
|
||||||
default = "fsn1"
|
default = "fsn1"
|
||||||
mutable = false
|
mutable = true
|
||||||
|
|
||||||
option {
|
option {
|
||||||
name = "Nuernberg"
|
name = "Nuernberg"
|
||||||
|
@ -103,6 +103,11 @@ data "coder_parameter" "instance_type" {
|
||||||
value = "cpx11"
|
value = "cpx11"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
option {
|
||||||
|
name = "cax11"
|
||||||
|
value = "cax11"
|
||||||
|
}
|
||||||
|
|
||||||
option {
|
option {
|
||||||
name = "cx21"
|
name = "cx21"
|
||||||
value = "cx21"
|
value = "cx21"
|
||||||
|
@ -113,6 +118,11 @@ data "coder_parameter" "instance_type" {
|
||||||
value = "cpx21"
|
value = "cpx21"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
option {
|
||||||
|
name = "cax21"
|
||||||
|
value = "cax21"
|
||||||
|
}
|
||||||
|
|
||||||
option {
|
option {
|
||||||
name = "cx31"
|
name = "cx31"
|
||||||
value = "cx31"
|
value = "cx31"
|
||||||
|
@ -123,6 +133,11 @@ data "coder_parameter" "instance_type" {
|
||||||
value = "cpx31"
|
value = "cpx31"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
option {
|
||||||
|
name = "cax31"
|
||||||
|
value = "cax31"
|
||||||
|
}
|
||||||
|
|
||||||
option {
|
option {
|
||||||
name = "cx41"
|
name = "cx41"
|
||||||
value = "cx41"
|
value = "cx41"
|
||||||
|
@ -133,6 +148,11 @@ data "coder_parameter" "instance_type" {
|
||||||
value = "cpx41"
|
value = "cpx41"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
option {
|
||||||
|
name = "cax41"
|
||||||
|
value = "cax41"
|
||||||
|
}
|
||||||
|
|
||||||
option {
|
option {
|
||||||
name = "cx51"
|
name = "cx51"
|
||||||
value = "cx51"
|
value = "cx51"
|
||||||
|
|
Loading…
Reference in a new issue