We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf5b01 commit 2089f20Copy full SHA for 2089f20
examples/exemptions.tf
@@ -7,7 +7,7 @@ module "exemption_subscription_diagnostics_settings" {
7
scope = data.azurerm_subscription.current.id
8
policy_assignment_id = module.org_mg_platform_diagnostics_initiative.id
9
exemption_category = "Waiver"
10
- expires_on = "2023-05-25"
+ expires_on = "2025-05-25"
11
12
# use member_definition_names for simplicity when policy_definition_reference_ids are unknown
13
member_definition_names = [
0 commit comments