From bcd756211cc8836d01484746968392e72fa2681f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:18:11 +0000 Subject: [PATCH 1/2] Bump terraform-docs/gh-actions from 1.2.2 to 1.3.0 Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/terraform-docs/gh-actions/releases) - [Commits](https://github.com/terraform-docs/gh-actions/compare/v1.2.2...v1.3.0) --- updated-dependencies: - dependency-name: terraform-docs/gh-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ce29022..0f449a2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -12,7 +12,7 @@ jobs: 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: working-dir: . output-file: README.md From 7301e59da58e9b972d26684cc5d39733fe64100e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Sep 2024 19:18:24 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ced2558..4862263 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ No modules. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| [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 | | [region](#input\_region) | Region in which resources are deployed. | `string` | `"weu"` | no | | [resource\_group\_location](#input\_resource\_group\_location) | The location/region where the virtual network is created. Changing this forces a new resource to be created. | `string` | `"West Europe"` | no | | [resource\_group\_name](#input\_resource\_group\_name) | The name of the resource group in which to create the virtual network. | `string` | n/a | yes | -| [subnet\_prefix](#input\_subnet\_prefix) | The address prefix and name to use for the subnet. | `map(any)` |
{
"subnet_1": {
"ip": [
"10.0.1.0/24"
],
"name": "Subnet_1"
},
"subnet_2": {
"ip": [
"10.0.2.0/24"
],
"name": "Subnet_2"
}
}
| no | +| [subnet\_prefix](#input\_subnet\_prefix) | The address prefix and name to use for the subnet. | `map(any)` |
{
"subnet_1": {
"ip": [
"10.0.1.0/24"
],
"name": "Subnet_1"
},
"subnet_2": {
"ip": [
"10.0.2.0/24"
],
"name": "Subnet_2"
}
}
| no | | [vnet\_address\_space](#input\_vnet\_address\_space) | The address space that is used the virtual network. You can supply more than one address space. | `string` | `"10.0.0.0/16"` | no | | [vnet\_name](#input\_vnet\_name) | The name of the virtual network. Changing this forces a new resource to be created. | `string` | `"VirtualNetwork1"` | no |