Skip to content

Commit

Permalink
fix: fixed code format
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlovely committed Nov 17, 2023
1 parent cd729f3 commit aeeacfd
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 @@ -139,7 +139,7 @@ resource "azurerm_key_vault_key" "kvkey" {
"verify",
"wrapKey",
]
rotation_policy {
rotation_policy {
automatic {
time_before_expiry = "P30D"
}
Expand Down

0 comments on commit aeeacfd

Please sign in to comment.