Skip to content

Commit

Permalink
keyault local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
SathishMani219 committed Feb 19, 2024
1 parent caba11c commit 8f9579c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ locals {
##################
# Azure KeyVault #
##################
kv_name = "${local.environment}-${local.project_name}-kv"
kv_name = "${local.environment}${local.project_name}-kv"


###########
Expand Down

0 comments on commit 8f9579c

Please sign in to comment.