-
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
d/azurerm_recovery_services_vault
: expose identity property
#26254
d/azurerm_recovery_services_vault
: expose identity property
#26254
Conversation
9951fef
to
8f52464
Compare
azurerm_recovery_services_vault
: expose identityazurerm_recovery_services_vault
: expose identity property
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 this PR @jkroepke. Could you take a look at the suggestions left in-line? Just a few minor things around consistency and spelling. Once those are fixed up I can kick off the tests.
internal/services/recoveryservices/recovery_services_vault_data_source.go
Outdated
Show resolved
Hide resolved
internal/services/recoveryservices/recovery_services_vault_data_source.go
Outdated
Show resolved
Hide resolved
internal/services/recoveryservices/recovery_services_vault_data_source.go
Outdated
Show resolved
Hide resolved
internal/services/recoveryservices/recovery_services_vault_data_source.go
Outdated
Show resolved
Hide resolved
…a_source.go Co-authored-by: stephybun <steph@hashicorp.com>
…a_source.go Co-authored-by: stephybun <steph@hashicorp.com>
…a_source.go Co-authored-by: stephybun <steph@hashicorp.com>
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 @jkroepke. Tests are running, I think you may have pushed a change that isn't supposed to be in this PR? I left a comment on it. Once that's resolved this should be good to go!
internal/services/recoveryservices/recovery_services_vault_data_source.go
Outdated
Show resolved
Hide resolved
b349c6b
to
775134f
Compare
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.
No worries @jkroepke! Thanks for converting this to a typed data source, it's much appreciated 🙂. Tests are passing, LGTM 🍰
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Community Note
Description
We would like to know the identity of an recovery vault via data source.
I was super uncomfortable with the untyped data source and I migrate the data source to an typed one.
PR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Changes to existing Resource / Data Source
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_recovery_services_vault
- expose identity property on data source [GH-00000]This is a (please select all that apply):
Related Issue(s)
Fixes #0000
Note
If this PR changes meaningfully during the course of review please update the title and description as required.