From 9769373a3967bcc5e509a537a44398a48e82a014 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 31 Jan 2024 17:32:26 +0300 Subject: [PATCH] chore(dogfood): use better names for image options --- dogfood/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dogfood/main.tf b/dogfood/main.tf index 8a638d314c7da..c51ae843d029d 100644 --- a/dogfood/main.tf +++ b/dogfood/main.tf @@ -52,12 +52,12 @@ data "coder_parameter" "image_type" { description = "The Docker image used to run your workspace. Choose between nix and non-nix images." option { icon = "/icon/coder.svg" - name = "Non-Nix" + name = "Dogfood (Default)" value = "codercom/oss-dogfood:latest" } option { icon = "/icons/nix.svg" - name = "Nix" + name = "Dogfood Nix (Experimental)" value = "codercom/oss-dogfood-nix:latest" } }