Skip to content

Commit

Permalink
DOM-54278 Fix role definition name (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
pocheung1 authored Mar 13, 2024
1 parent bb39bdb commit 683a7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/flyte/roles.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "azurerm_role_definition" "flyte_storage_access" {
name = "flyte-storage-access"
name = "${var.deploy_id}-flyte-storage-access"
scope = azurerm_storage_container.flyte_metadata.resource_manager_id
permissions {
actions = [
Expand Down

0 comments on commit 683a7c6

Please sign in to comment.