Skip to content

Commit

Permalink
fix fmt error
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyeqf committed Feb 13, 2023
1 parent 878c611 commit e05d8fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ resource "azurerm_site_recovery_protection_container_mapping" "test" {
recovery_replication_policy_id = azurerm_site_recovery_replication_policy.test.id
name = "mapping-%[2]d"
automatic_update {
enabled = %[3]v
enabled = %[3]t
automation_account_id = azurerm_automation_account.test.id
}
}
Expand Down Expand Up @@ -210,7 +210,7 @@ resource "azurerm_site_recovery_protection_container_mapping" "test" {
recovery_replication_policy_id = azurerm_site_recovery_replication_policy.test.id
name = "mapping-%[2]d"
automatic_update {
enabled = %[3]v
enabled = %[3]t
automation_account_id = azurerm_automation_account.test2.id
}
}
Expand Down

0 comments on commit e05d8fb

Please sign in to comment.