We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81976d1 + 2ecb49c commit 3f49b0fCopy full SHA for 3f49b0f
terraform/key_vault.tf
@@ -1,6 +1,6 @@
1
resource "azurerm_key_vault" "main" {
2
# name needs to be globally unique
3
- name = "eligibility-server-${local.env_name}"
+ name = "${var.AGENCY_CARD}-${local.env_name}"
4
location = data.azurerm_resource_group.main.location
5
resource_group_name = data.azurerm_resource_group.main.name
6
sku_name = "standard"
0 commit comments