Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jtracey93 authored Sep 9, 2023
1 parent de949e2 commit bf75d53
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/content/specs/shared/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,16 @@ Module owners **MUST** output the following outputs as a minimum in their module
| ---------------------------------------------------------------------- | ------------------------------------------ | ----------------------------------------------- |
| Resource Name | `name` | `name` |
| Resource ID | `resourceId` | `resource_id` |
| Location/Region | `location` | `location` |
| System Assigned Managed Identity Principal ID (if supported by module) | `systemAssignedMIPrincipalId` | `system_assigned_mi_prinicpal_id` |

{{< hint type=tip >}}

Module owners **MAY** also have to provide additional outputs depending on the IaC language, please check the language specific specs:

- [Bicep](/Azure-Verified-Modules/specs/bicep/)
- [Terraform](/Azure-Verified-Modules/specs/terraform/)

{{< /hint >}}

### Non-Functional Requirements

Expand Down

0 comments on commit bf75d53

Please sign in to comment.