Skip to content

Commit

Permalink
change the container app to use the versionless secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Hull committed Jul 4, 2024
1 parent eeee623 commit e1d73d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/compute/container_app/container_app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ resource "azurerm_container_app" "ca" {
content {
name = each.value.name
value = try(each.value.value, null)
key_vault_secret_id = try(data.azurerm_key_vault_secret.secret[each.key].versionless_id, null)
key_vault_secret_id = try(data.azurerm_key_vault_secret.secret[each.key].resource_versionless_id, null)
}
}

Expand Down

0 comments on commit e1d73d7

Please sign in to comment.