We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ebf60 commit e7cf797Copy full SHA for e7cf797
kit/azure/bootstrap/terraform-state/main.tf
@@ -16,6 +16,17 @@ resource "azurerm_storage_account" "tfstates" {
16
account_tier = "Standard"
17
account_replication_type = "GRS"
18
shared_access_key_enabled = false
19
+ blob_properties {
20
+ versioning_enabled = true
21
+ delete_retention_policy {
22
+ days = 30
23
+ }
24
+ container_delete_retention_policy {
25
26
27
28
+
29
+ lifecycle { ignore_changes = [tags] }
30
}
31
32
resource "azurerm_storage_container" "tfstates" {
0 commit comments