diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 1aacfa4..1ad128a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,7 +11,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside the README.md and push changes back to PR branch - uses: terraform-docs/gh-actions@v1.2.2 + uses: terraform-docs/gh-actions@v1.3.0 with: github-token: ${{ secrets.GH_TOKEN }} working-dir: . diff --git a/README.md b/README.md index 8deaacb..5682fad 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [associate\_with\_subnet](#input\_associate\_with\_subnet) | Controls whether the Network Security Group should be associated with a subnet. When set to true, an association with the specified subnet is created; when set to false, no subnet association is established. | `bool` | `false` | no | -| [default\_tags](#input\_default\_tags) | A mapping of tags to assign to the resource. | `map(any)` |
{
"ManagedByTerraform": "True"
}
| no | +| [default\_tags](#input\_default\_tags) | A mapping of tags to assign to the resource. | `map(any)` |
{
"ManagedByTerraform": "True"
}
| no | | [environment](#input\_environment) | Variable that defines the name of the environment. | `string` | `"dev"` | no | -| [network\_security\_group\_list](#input\_network\_security\_group\_list) | List of security\_rule objects representing security rules, as defined below. | `map(any)` |
{
"AllowHTTPAndHTTPS": {
"access": "Allow",
"destination_address_prefix": "10.1.0.0/16",
"destination_port_range": "80,443",
"direction": "Inbound",
"priority": "1001",
"protocol": "Tcp",
"source_address_prefix": "192.168.1.0/24",
"source_port_range": "*"
}
}
| no | +| [network\_security\_group\_list](#input\_network\_security\_group\_list) | List of security\_rule objects representing security rules, as defined below. | `map(any)` |
{
"AllowHTTPAndHTTPS": {
"access": "Allow",
"destination_address_prefix": "10.1.0.0/16",
"destination_port_range": "80,443",
"direction": "Inbound",
"priority": "1001",
"protocol": "Tcp",
"source_address_prefix": "192.168.1.0/24",
"source_port_range": "*"
}
}
| no | | [network\_security\_group\_name](#input\_network\_security\_group\_name) | Specifies the name of the network security group. Changing this forces a new resource to be created. | `string` | n/a | yes | | [region](#input\_region) | Region in which resources are deployed. | `string` | `"weu"` | no | | [resource\_group\_location](#input\_resource\_group\_location) | Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. | `any` | n/a | yes |