-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Data source: azurerm_keyvault_secret - support not_before_date and expiration_date #21359
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @herquan-docusign - Just a couple minor changes to take a look at, but should be good to merge once those are addressed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making those changes @herquan-docusign - LGTM now 👍
…ration_date Attribute `not_before_date` and `expiration_date` is already supported in resource `azurerm_key_vault_secret` but not supported in data source.
20fe26f
to
aaac5fe
Compare
@jackofallops I did a rebase so we can have a clean change before merge |
Thanks @herquan-docusign - This wasn't necessary in this case, you'd typically only need to do that to resolve conflicts or if you needed to pick up changes in the |
This functionality has been released in v3.52.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Attribute
not_before_date
andexpiration_date
is already supported in resourceazurerm_key_vault_secret
but not supported in data source.Here is the test I run:
I didn't use a service principal to run this time but used the user principal instead.