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

Expose softDeleteRetentionInDays property in azure_rm_keyvault #905

Closed
andreadecorte opened this issue Jun 29, 2022 · 0 comments · Fixed by #906
Closed

Expose softDeleteRetentionInDays property in azure_rm_keyvault #905

andreadecorte opened this issue Jun 29, 2022 · 0 comments · Fixed by #906
Labels
has_pr PR fixes have been made medium_priority Medium priority new_feature New feature requirments

Comments

@andreadecorte
Copy link
Contributor

SUMMARY

azure_rm_keyvault is currently not exposing this property, so you get the default value 90

ISSUE TYPE
  • add this property, allowed values 7 <= x <= 90
COMPONENT NAME

azure_rm_keyvault

ADDITIONAL INFORMATION
- name: Create instance of Key Vault
  azure_rm_keyvault:
    resource_group: myResourceGroup
    vault_name: samplekeyvault
    enabled_for_deployment: yes
    soft_delete_retention_in_days: 7
    sku:
      name: standard
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_feature New feature requirments
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants