Click to expand
```terraform
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# azurerm_storage_account.tfstate will be updated in-place
~ resource "azurerm_storage_account" "tfstate" {
id = "/subscriptions/e135f274-9024-40cf-87e9-a8afb4a1a687/resourceGroups/serbeniuk/providers/Microsoft.Storage/storageAccounts/tfstate44be2df5"
name = "tfstate44be2df5"
~ tags = {
- "test" = "test" -> null
}
# (63 unchanged attributes hidden)
# (4 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
```
Terraform Plan Output
Click to expand
```terraform Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: ~ update in-place Terraform will perform the following actions: # azurerm_storage_account.tfstate will be updated in-place ~ resource "azurerm_storage_account" "tfstate" { id = "/subscriptions/e135f274-9024-40cf-87e9-a8afb4a1a687/resourceGroups/serbeniuk/providers/Microsoft.Storage/storageAccounts/tfstate44be2df5" name = "tfstate44be2df5" ~ tags = { - "test" = "test" -> null } # (63 unchanged attributes hidden) # (4 unchanged blocks hidden) } Plan: 0 to add, 1 to change, 0 to destroy. ```