Skip to content

Commit

Permalink
set a later expiry date (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
gettek authored Jun 15, 2023
1 parent 1bf5b01 commit 2089f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/exemptions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module "exemption_subscription_diagnostics_settings" {
scope = data.azurerm_subscription.current.id
policy_assignment_id = module.org_mg_platform_diagnostics_initiative.id
exemption_category = "Waiver"
expires_on = "2023-05-25"
expires_on = "2025-05-25"

# use member_definition_names for simplicity when policy_definition_reference_ids are unknown
member_definition_names = [
Expand Down

0 comments on commit 2089f20

Please sign in to comment.