Skip to content

Commit b8f6719

Browse files
committed
chore: change docs connectivity bp
chore: change docs connectivity bp
1 parent 026919c commit b8f6719

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

kit/azure/buildingblocks/connectivity/backplane/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ No modules.
4444
|------|-------------|------|---------|:--------:|
4545
| <a name="input_name"></a> [name](#input\_name) | name of the building block, used for naming resources | `string` | n/a | yes |
4646
| <a name="input_principal_ids"></a> [principal\_ids](#input\_principal\_ids) | set of principal ids that will be granted permissions to deploy the building block | `set(string)` | n/a | yes |
47-
| <a name="input_scope"></a> [scope](#input\_scope) | Scope where the building block should be deployable, typically the parent of all Landing Zones. | `string` | n/a | yes |
4847

4948
## Outputs
5049

kit/azure/buildingblocks/connectivity/backplane/documentation.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ This module automates the deployment of a Connectivity building block within Azu
2121
| --- |
2222
| ${join("\n", [for assignment in azurerm_role_assignment.buildingblock_deploy_hub : assignment.principal_id])} |
2323
24-
25-
## 🎯 Scope
26-
27-
- **Scope**: `${var.scope}`
28-
2924
EOF
3025
description = "Markdown documentation with information about the Connectivity building block backplane"
3126
}

0 commit comments

Comments
 (0)