Skip to content

docs(azure-customrole): update docs and added examples#907

Draft
pablosanchezpaz wants to merge 4 commits intomainfrom
add/azure-customrole-docs
Draft

docs(azure-customrole): update docs and added examples#907
pablosanchezpaz wants to merge 4 commits intomainfrom
add/azure-customrole-docs

Conversation

@pablosanchezpaz
Copy link
Contributor

No description provided.

@pablosanchezpaz pablosanchezpaz requested a review from a team as a code owner February 6, 2026 08:27
@pablosanchezpaz
Copy link
Contributor Author

Related to #786

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Azure Custom Role module documentation by introducing terraform-docs header/footer templates and adding a basic runnable example.

Changes:

  • Added terraform-docs header/footer markdown files and terraform-docs configuration.
  • Regenerated README.md content (requirements/providers/inputs/outputs) and appended examples/resources/support sections.
  • Added a basic example (_examples/basic) with main.tf and a values.yaml.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
modules/azure-customrole/docs/header.md Adds a shared header template for terraform-docs output.
modules/azure-customrole/docs/footer.md Adds a shared footer template with links to examples/resources/support.
modules/azure-customrole/_examples/basic/values.yaml Adds YAML-based example values for role definition inputs.
modules/azure-customrole/_examples/basic/main.tf Adds a minimal module usage example.
modules/azure-customrole/README.md Regenerated docs with header/footer injection and updated inputs/outputs/examples sections.
modules/azure-customrole/.terraform-docs.yml Adds terraform-docs configuration to inject header/footer into README.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

}
}
```
| <a name="output_id"></a> [id](#output\_id) | # OUTPUTS SECTION Role Definition Id |
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The output description appears to be a placeholder (# OUTPUTS SECTION ...) and the leading # may also render oddly inside a Markdown table. Replace it with a user-facing description (e.g., what the id represents) consistent with the rest of the README.

Suggested change
| <a name="output_id"></a> [id](#output\_id) | # OUTPUTS SECTION Role Definition Id |
| <a name="output_id"></a> [id](#output\_id) | The ID of the created custom role definition. |

Copilot uses AI. Check for mistakes.
pablosanchezpaz and others added 3 commits February 10, 2026 18:33
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@pablosanchezpaz pablosanchezpaz marked this pull request as draft February 11, 2026 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants