From 9f151e9732edf74d3a77d607d11baa76a98984a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:02:32 +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 20d13a52523364fcbcdeb765dc8a0d7227a954e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Sep 2024 20:02:52 +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 cf1978f..b89ff10 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,14 @@ | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [bastion\_hostname](#input\_bastion\_hostname) | Name of the basion host | `string` | `"test"` | 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 | | [pubip\_allocation\_method](#input\_pubip\_allocation\_method) | Defines the allocation method for this IP address. Possible values are Static or Dynamic. | `string` | `"Static"` | no | | [pubip\_sku](#input\_pubip\_sku) | The SKU of the Public IP. Accepted values are Basic and Standard. Defaults to Basic. | `string` | `"Standard"` | no | | [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 | | [resource\_group\_name](#input\_resource\_group\_name) | The name of the resource group in which to create the virtual networn, subnets and bastion host. Changing this forces a new resource to be created. | `any` | n/a | yes | -| [subnet\_prefix](#input\_subnet\_prefix) | The address prefix and name to use for the subnet. | `map(any)` |
{
"bastion": {
"ip": [
"10.0.250.0/24"
],
"name": "AzureBastionSubnet"
},
"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)` |
{
"bastion": {
"ip": [
"10.0.250.0/24"
],
"name": "AzureBastionSubnet"
},
"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 |