Skip to content

Commit 2089f20

Browse files
authored
set a later expiry date (#86)
1 parent 1bf5b01 commit 2089f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/exemptions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module "exemption_subscription_diagnostics_settings" {
77
scope = data.azurerm_subscription.current.id
88
policy_assignment_id = module.org_mg_platform_diagnostics_initiative.id
99
exemption_category = "Waiver"
10-
expires_on = "2023-05-25"
10+
expires_on = "2025-05-25"
1111

1212
# use member_definition_names for simplicity when policy_definition_reference_ids are unknown
1313
member_definition_names = [

0 commit comments

Comments
 (0)