Ken Spur
Ken Spur
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritise this request * Please do...
Just noticed that when my modules have a provider configured that is hosted in tapir that these are not listed as dependency on the modules. Using image: pacovk/tapir:0.9.3
I really appreciate the terraform-docs integration! However, I'm missing a small section to add extra details like my source repo URL, maintainer contact info, and usage examples. This would allow...
https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/directory_role_assignment Docs say the format should be this: ``` terraform import azuread_directory_role_assignment.example ePROZI_iKE653D_d6aoLHyr-lKgHI8ZGiIdz8CLVcng-1 ``` The actual format is this: ``` terraform import azuread_directory_role_assignment.example /roleManagement/directory/roleAssignments/ePROZI_iKE653D_d6aoLHyr-lKgHI8ZGiIdz8CLVcng-1 ```