Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Devyatkin <[email protected]>
  • Loading branch information
Andrey9kin committed Sep 6, 2021
1 parent 95dfb82 commit 5679121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ locals {
# Invalid value for "value" parameter: the given value is not sensitive, so this call is redundant.
# thus have to do this
locals {
additional_slack_hook_urls = length(var.additional_slack_hook_urls) != 0 ? nonsensitive(var.additional_slack_hook_urls) : var.additional_slack_hook_urls
additional_slack_hook_urls = length(var.additional_slack_hook_urls) != 0 ? nonsensitive(var.additional_slack_hook_urls) : var.additional_slack_hook_urls
}

0 comments on commit 5679121

Please sign in to comment.