Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI Deploy Fixes #1986

Merged
merged 9 commits into from
Jun 7, 2022
8 changes: 0 additions & 8 deletions templates/core/terraform/json-to-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,6 @@ jq -r '
{
"path": "registry_server",
"env_var": "REGISTRY_SERVER"
},
{
"path": "ui_api_key",
"env_var": "UI_API_KEY"
},
{
"path": "ui_host_name",
"env_var": "UI_HOST_NAME"
}
]
as $env_vars_to_extract
Expand Down
9 changes: 0 additions & 9 deletions templates/core/terraform/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,3 @@ output "terraform_state_container_name" {
output "registry_server" {
value = var.docker_registry_server
}

output "ui_api_key" {
value = var.deploy_ui ? azurerm_static_site.tre-ui[0].api_key : ""
sensitive = true
}

output "ui_host_name" {
value = var.deploy_ui ? azurerm_static_site.tre-ui[0].default_host_name : ""
}