diff --git a/.images/exoscale-instance-custom.png b/.images/exoscale-instance-custom.png new file mode 100644 index 0000000..04373e3 Binary files /dev/null and b/.images/exoscale-instance-custom.png differ diff --git a/.images/exoscale-instance-exclude.png b/.images/exoscale-instance-exclude.png new file mode 100644 index 0000000..1261b24 Binary files /dev/null and b/.images/exoscale-instance-exclude.png differ diff --git a/exoscale-instance-type/README.md b/exoscale-instance-type/README.md index 1d81ae1..bf4b787 100644 --- a/exoscale-instance-type/README.md +++ b/exoscale-instance-type/README.md @@ -48,6 +48,9 @@ module "exoscale-instance-type" { custom_names = { "standard.medium": "Mittlere Instanz" # German translation } + custom_descriptions = { + "standard.medium": "4 GB Arbeitsspeicher, 2 Kerne, 10 - 400 GB Festplatte" # German translation + } } resource "exoscale_compute_instance" "instance" { @@ -72,6 +75,7 @@ Show only gpu1 types ```hcl module "exoscale-instance-type" { source = "https://registry.coder.com/modules/exoscale-instance-type" + default = "gpu.large" type_category = ["gpu"] exclude = [ "gpu2.small",