Skip to content

Commit

Permalink
breaking(main)!: Switch to use storage_account_id instead of name
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet committed Nov 10, 2024
1 parent a7507e0 commit a5b4c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ resource "azurerm_storage_account_queue_properties" "this" {

resource "azurerm_storage_container" "this" {
name = var.storage_container_name
storage_account_name = azurerm_storage_account.this.name
storage_account_id = azurerm_storage_account.this.id
container_access_type = var.storage_container_container_access_type
}

Expand Down

0 comments on commit a5b4c50

Please sign in to comment.