Skip to content

Commit

Permalink
chore: added missing keyVault output in terragrunt.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
florianow committed Jun 7, 2024
1 parent aba41fe commit ab9a490
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ terraform {
inputs = {
location = "germanywestcentral"
service_principal_name = "cloud_foundation_tf_buildingblock_user"
scope = dependency.organization-hierarchy.outputs.landingzones_id
key_vault = {
name = dependency.bootstrap.outputs.azurerm_key_vault.name
resource_group_name = dependency.bootstrap.outputs.azurerm_key_vault_rg_name
}
scope = dependency.organization-hierarchy.outputs.landingzones_id
}

0 comments on commit ab9a490

Please sign in to comment.