Skip to content

Commit

Permalink
fix: added expiration date
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlovely committed Nov 17, 2023
1 parent aeeacfd commit ce81c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ resource "azurerm_key_vault_key" "kvkey" {
depends_on = [azurerm_role_assignment.identity_assigned]
count = var.enabled && var.default_enabled == false ? 1 : 0
name = format("storage-%s-cmk-key", module.labels.id)
expiration_date = "2023-12-31T18:29:59Z"
key_vault_id = var.key_vault_id
key_type = "RSA"
key_size = 2048
Expand Down

0 comments on commit ce81c13

Please sign in to comment.