Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new module for diagnostic settings #529

Closed
AlvinRamoutar opened this issue May 12, 2021 · 0 comments · Fixed by #701
Closed

Add new module for diagnostic settings #529

AlvinRamoutar opened this issue May 12, 2021 · 0 comments · Fixed by #701
Labels
has_pr PR fixes have been made medium_priority Medium priority new_module_issue Request to add a new module

Comments

@AlvinRamoutar
Copy link

SUMMARY

Add new module for diagnostic settings

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

azure_rm_diagnosticsetting

ADDITIONAL INFORMATION

Add a new module to make provisioning diagnostic settings for resources possible.

  - name: Create Diagnostic Setting
    azure_rm_diagnosticsetting:
      name: myDiagnosticSetting
      resource_id: /subscriptions/1234abc0-1234-5678-90ab-cdefghijklmn/resourceGroups/myResourceGroup/providers/Microsoft.Network/applicationGateways/myApplicationGateway
      storage_account_id: /subscriptions/1234abc0-1234-5678-90ab-cdefghijklmn/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount
      logs: 
        - category: ApplicationGatewayFirewallLog
          retention_policy:
            days: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has_pr PR fixes have been made medium_priority Medium priority new_module_issue Request to add a new module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants