-
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
Adding identity
block to azurerm_logic_app_workflow
data source
#14896
Conversation
@heoelri thanks for this PR; Allthough I am not a maintainer I would like to see the merged a.s.a.p 2 remarks:
|
The linting test failed due to a timeout. That's not related to the code, but reg. the test you're right. Adding one now. |
==> Checking that code complies with gofmt requirements...
==> Checking that Custom Timeouts are used...
==> Checking that acceptance test packages are used...
TF_ACC=1 go test -v ./internal/services/logic -run=LogicAppWorkflowDataSource_* -timeout 60m -ldflags="-X=github.com/hashicorp/terraform-provider-azurerm/version.ProviderVersion=acc"
=== RUN TestAccLogicAppWorkflowDataSource_identitySystemAssigned
=== PAUSE TestAccLogicAppWorkflowDataSource_identitySystemAssigned
=== RUN TestAccLogicAppWorkflowDataSource_basic
=== PAUSE TestAccLogicAppWorkflowDataSource_basic
=== RUN TestAccLogicAppWorkflowDataSource_tags
=== PAUSE TestAccLogicAppWorkflowDataSource_tags
=== CONT TestAccLogicAppWorkflowDataSource_identitySystemAssigned
=== CONT TestAccLogicAppWorkflowDataSource_tags
=== CONT TestAccLogicAppWorkflowDataSource_basic
--- PASS: TestAccLogicAppWorkflowDataSource_tags (78.99s)
--- PASS: TestAccLogicAppWorkflowDataSource_identitySystemAssigned (81.10s)
--- PASS: TestAccLogicAppWorkflowDataSource_basic (81.24s)
PASS
ok github.com/hashicorp/terraform-provider-azurerm/internal/services/logic 81.265s |
and now we wait for the maintainers.... but for it's good to go. |
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.
hey @heoelri
Thanks for this PR - I've taken a look through and left a few minor comments inline but if we can fix those up then this should otherwise be good to merge 👍
Thanks!
Co-authored-by: Tom Harvey <[email protected]>
Co-authored-by: Tom Harvey <[email protected]>
Co-authored-by: Tom Harvey <[email protected]>
Thanks for reviewing and for your comments @tombuildsstuff! |
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.
LGTM - thanks @heoelri
Thanks for providing the PR @heoelri and reviewing @tombuildsstuff ! |
This functionality has been released in v2.93.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! |
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. |
This PR adds an
identity
block to theazurerm_logic_app_workflow
data source as requested in issue #14876 (@rikribbers).This will close #14876.