Add terraform validation to linting (#170)

Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
This commit is contained in:
Muhammad Atif Ali
2024-02-23 23:49:47 +05:00
committed by GitHub
parent 4b04d18f39
commit 313ec59d46
5 changed files with 114 additions and 51 deletions

View File

@@ -69,7 +69,7 @@ resource "coder_app" "MODULE_NAME" {
slug = "MODULE_NAME"
display_name = "MODULE_NAME"
url = "http://localhost:${var.port}"
icon = loocal.icon_url
icon = local.icon_url
subdomain = false
share = "owner"