From 5129c9f8fb8c917e0f90513f97e3e1f24a352095 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 24 Sep 2023 00:20:27 +0000 Subject: [PATCH] Update TestVersionSnapshot --- README.md | 70 +++++++++++++++++----------------- examples/startup/TestRecord.md | 17 +++++++++ 2 files changed, 52 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 54941cb..d63a10b 100644 --- a/README.md +++ b/README.md @@ -208,15 +208,15 @@ Originally created by [Eugene Chuvyrov](http://github.com/echuvyrov) ## Requirements -| Name | Version | -|---------------------------------------------------------------------------|---------------| -| [terraform](#requirement\_terraform) | >= 1.3 | -| [azurerm](#requirement\_azurerm) | >= 3.0, < 4.0 | +| Name | Version | +|------|---------| +| [terraform](#requirement\_terraform) | >= 1.3 | +| [azurerm](#requirement\_azurerm) | >= 3.0, < 4.0 | ## Providers -| Name | Version | -|---------------------------------------------------------------|---------------| +| Name | Version | +|------|---------| | [azurerm](#provider\_azurerm) | >= 3.0, < 4.0 | ## Modules @@ -225,40 +225,40 @@ No modules. ## Resources -| Name | Type | -|-------------------------------------------------------------------------------------------------------------------------------------|-------------| -| [azurerm_subnet.subnet_count](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet) | resource | -| [azurerm_subnet.subnet_for_each](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet) | resource | -| [azurerm_virtual_network.vnet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/virtual_network) | resource | +| Name | Type | +|------|------| +| [azurerm_subnet.subnet_count](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet) | resource | +| [azurerm_subnet.subnet_for_each](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet) | resource | +| [azurerm_virtual_network.vnet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/virtual_network) | resource | | [azurerm_resource_group.network](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group) | data source | ## Inputs -| Name | Description | Type | Default | Required | -|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------|:--------:| -| [address\_space](#input\_address\_space) | The address space that is used by the virtual network. | `string` | `"10.0.0.0/16"` | no | -| [address\_spaces](#input\_address\_spaces) | The list of the address spaces that is used by the virtual network. | `list(string)` | `[]` | no | -| [dns\_servers](#input\_dns\_servers) | The DNS servers to be used with vNet. | `list(string)` | `[]` | 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` | `null` | no | -| [resource\_group\_name](#input\_resource\_group\_name) | The name of an existing resource group to be imported. | `string` | n/a | yes | -| [subnet\_delegation](#input\_subnet\_delegation) | `service_delegation` blocks for `azurerm_subnet` resource, subnet names as keys, list of delegation blocks as value, more details about delegation block could be found at the [document](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet#delegation). |
map(list(object({
name = string
service_delegation = object({
name = string
actions = optional(list(string))
})
})))
| `{}` | no | -| [subnet\_enforce\_private\_link\_endpoint\_network\_policies](#input\_subnet\_enforce\_private\_link\_endpoint\_network\_policies) | A map with key (string) `subnet name`, value (bool) `true` or `false` to indicate enable or disable network policies for the private link endpoint on the subnet. Default value is false. | `map(bool)` | `{}` | no | -| [subnet\_names](#input\_subnet\_names) | A list of public subnets inside the vNet. | `list(string)` |
[
"subnet1"
]
| no | -| [subnet\_prefixes](#input\_subnet\_prefixes) | The address prefix to use for the subnet. | `list(string)` |
[
"10.0.1.0/24"
]
| no | -| [subnet\_service\_endpoints](#input\_subnet\_service\_endpoints) | A map with key (string) `subnet name`, value (list(string)) to indicate enabled service endpoints on the subnet. Default value is []. | `map(list(string))` | `{}` | no | -| [tags](#input\_tags) | The tags to associate with your network and subnets. | `map(string)` |
{
"environment": "dev"
}
| no | -| [tracing\_tags\_enabled](#input\_tracing\_tags\_enabled) | Whether enable tracing tags that generated by BridgeCrew Yor. | `bool` | `false` | no | -| [tracing\_tags\_prefix](#input\_tracing\_tags\_prefix) | Default prefix for generated tracing tags | `string` | `"avm_"` | no | -| [use\_for\_each](#input\_use\_for\_each) | Use `for_each` instead of `count` to create multiple resource instances. | `bool` | n/a | yes | -| [vnet\_name](#input\_vnet\_name) | Name of the vnet to create. | `string` | `"acctvnet"` | no | +| Name | Description | Type | Default | Required | +|------|-------------|------|---------|:--------:| +| [address\_space](#input\_address\_space) | The address space that is used by the virtual network. | `string` | `"10.0.0.0/16"` | no | +| [address\_spaces](#input\_address\_spaces) | The list of the address spaces that is used by the virtual network. | `list(string)` | `[]` | no | +| [dns\_servers](#input\_dns\_servers) | The DNS servers to be used with vNet. | `list(string)` | `[]` | 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` | `null` | no | +| [resource\_group\_name](#input\_resource\_group\_name) | The name of an existing resource group to be imported. | `string` | n/a | yes | +| [subnet\_delegation](#input\_subnet\_delegation) | `service_delegation` blocks for `azurerm_subnet` resource, subnet names as keys, list of delegation blocks as value, more details about delegation block could be found at the [document](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet#delegation). |
map(list(object({
name = string
service_delegation = object({
name = string
actions = optional(list(string))
})
})))
| `{}` | no | +| [subnet\_enforce\_private\_link\_endpoint\_network\_policies](#input\_subnet\_enforce\_private\_link\_endpoint\_network\_policies) | A map with key (string) `subnet name`, value (bool) `true` or `false` to indicate enable or disable network policies for the private link endpoint on the subnet. Default value is false. | `map(bool)` | `{}` | no | +| [subnet\_names](#input\_subnet\_names) | A list of public subnets inside the vNet. | `list(string)` |
[
"subnet1"
]
| no | +| [subnet\_prefixes](#input\_subnet\_prefixes) | The address prefix to use for the subnet. | `list(string)` |
[
"10.0.1.0/24"
]
| no | +| [subnet\_service\_endpoints](#input\_subnet\_service\_endpoints) | A map with key (string) `subnet name`, value (list(string)) to indicate enabled service endpoints on the subnet. Default value is []. | `map(list(string))` | `{}` | no | +| [tags](#input\_tags) | The tags to associate with your network and subnets. | `map(string)` |
{
"environment": "dev"
}
| no | +| [tracing\_tags\_enabled](#input\_tracing\_tags\_enabled) | Whether enable tracing tags that generated by BridgeCrew Yor. | `bool` | `false` | no | +| [tracing\_tags\_prefix](#input\_tracing\_tags\_prefix) | Default prefix for generated tracing tags | `string` | `"avm_"` | no | +| [use\_for\_each](#input\_use\_for\_each) | Use `for_each` instead of `count` to create multiple resource instances. | `bool` | n/a | yes | +| [vnet\_name](#input\_vnet\_name) | Name of the vnet to create. | `string` | `"acctvnet"` | no | ## Outputs -| Name | Description | -|------------------------------------------------------------------------------------------------|----------------------------------------------------------| -| [vnet\_address\_space](#output\_vnet\_address\_space) | The address space of the newly created vNet | -| [vnet\_id](#output\_vnet\_id) | The id of the newly created vNet | -| [vnet\_location](#output\_vnet\_location) | The location of the newly created vNet | -| [vnet\_name](#output\_vnet\_name) | The name of the newly created vNet | -| [vnet\_subnets](#output\_vnet\_subnets) | The ids of subnets created inside the newly created vNet | +| Name | Description | +|------|-------------| +| [vnet\_address\_space](#output\_vnet\_address\_space) | The address space of the newly created vNet | +| [vnet\_id](#output\_vnet\_id) | The id of the newly created vNet | +| [vnet\_location](#output\_vnet\_location) | The location of the newly created vNet | +| [vnet\_name](#output\_vnet\_name) | The name of the newly created vNet | +| [vnet\_subnets](#output\_vnet\_subnets) | The ids of subnets created inside the newly created vNet | diff --git a/examples/startup/TestRecord.md b/examples/startup/TestRecord.md index cdc418b..ba4b055 100644 --- a/examples/startup/TestRecord.md +++ b/examples/startup/TestRecord.md @@ -1,3 +1,20 @@ +## 24 Sep 23 00:20 UTC + +Success: true + +### Versions + +Terraform v1.5.6 +on linux_amd64 ++ provider registry.terraform.io/hashicorp/azurerm v3.74.0 ++ provider registry.terraform.io/hashicorp/random v3.5.1 + +### Error + + + +--- + ## 17 Sep 23 00:12 UTC Success: true