added azure logo

This commit is contained in:
Stephen Kirby
2023-09-27 19:21:11 +00:00
parent e066fb733a
commit 0351a7ef3f

View File

@@ -310,6 +310,7 @@ data "coder_parameter" "region" {
description = var.description
default = var.default
mutable = var.mutable
icon = "../.icons/azure.svg"
dynamic "option" {
for_each = { for k, v in local.all_regions : k => v if !(contains(var.exclude, k)) }
content {