Skip to content

Commit 3ac00b1

Browse files
committed
fix: fmt
1 parent e271b78 commit 3ac00b1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.terraform.lock.hcl

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ module "monitoring" {
102102
cluster_monitoring_app_password = data.azurerm_key_vault_secret.cluster_monitoring_app_password.value
103103
cluster_monitoring_telegram_token = data.azurerm_key_vault_secret.cluster_monitoring_telegram_token.value
104104

105-
grafana_admin_password = data.azurerm_key_vault_secret.grafana_admin_password.value
105+
grafana_admin_password = data.azurerm_key_vault_secret.grafana_admin_password.value
106106
}
107107

108108
module "bot_mod_prod" {

0 commit comments

Comments
 (0)