We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5fc91 commit 8ee9e8aCopy full SHA for 8ee9e8a
modules/helm_release/main.tf
@@ -47,7 +47,7 @@ locals {
47
},
48
}
49
50
- integrations_settings = var.github_bot != null ? {
+ github_settings = var.github_bot != null ? {
51
"global.integrations.github.bot.name" = var.github_bot.name
52
"global.integrations.github.bot.appId" = var.github_bot.app_id
53
"global.integrations.github.bot.clientId" = var.github_bot.client_id
@@ -95,7 +95,8 @@ resource "helm_release" "this" {
95
local.auth_providers_settings,
96
local.ingress_annotations,
97
local.service_account_annotations,
98
- local.integrations_settings,
+ local.github_settings,
99
+ local.azure_app_settings,
100
)
101
102
content {
0 commit comments