Slide 9
Slide 9 text
IaC(Terraform)って初心者には大変
9
差分(drift)とかも出るし...
...(略)...
azurerm_data_protection_backup_vault.morihaya_sandbox_vault: Drift detected (update)
...(略)...
Terraform will perform the following actions:
# azurerm_data_protection_backup_vault.morihaya_sandbox_vault will be updated in-place
~ resource "azurerm_data_protection_backup_vault" "morihaya_sandbox_vault" {
id = "/subscriptions/xxxx0c7/xxxx/resourceGroups/morihaya-
rg/providers/Microsoft.DataProtection/backupVaults/morihaya-sandbox-vault"
name = "morihaya-sandbox-vault"
~ soft_delete = "Off" -> "On"
tags = {
"CreatedBy" = "Terraform"
"Environment" = "Sandbox"
"Project" = "Sandobx-morihaya"
}
# (7 unchanged attributes hidden)
# (1 unchanged block hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.