Auto update
This commit is contained in:
Родитель
77fe2da96d
Коммит
333cb8fb8e
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
**Merged pull requests:**
|
**Merged pull requests:**
|
||||||
|
|
||||||
|
- add module telemetry [\#178](https://github.com/Azure/terraform-azurerm-vnet/pull/178) ([lonegunmanb](https://github.com/lonegunmanb))
|
||||||
- bump azurerm provider to v4 [\#177](https://github.com/Azure/terraform-azurerm-vnet/pull/177) ([lonegunmanb](https://github.com/lonegunmanb))
|
- bump azurerm provider to v4 [\#177](https://github.com/Azure/terraform-azurerm-vnet/pull/177) ([lonegunmanb](https://github.com/lonegunmanb))
|
||||||
- Make `dns_servers` a separated resource block [\#176](https://github.com/Azure/terraform-azurerm-vnet/pull/176) ([lonegunmanb](https://github.com/lonegunmanb))
|
- Make `dns_servers` a separated resource block [\#176](https://github.com/Azure/terraform-azurerm-vnet/pull/176) ([lonegunmanb](https://github.com/lonegunmanb))
|
||||||
- replace deprecated arguments [\#175](https://github.com/Azure/terraform-azurerm-vnet/pull/175) ([lonegunmanb](https://github.com/lonegunmanb))
|
- replace deprecated arguments [\#175](https://github.com/Azure/terraform-azurerm-vnet/pull/175) ([lonegunmanb](https://github.com/lonegunmanb))
|
||||||
|
|
|
@ -193,7 +193,7 @@ Originally created by [Eugene Chuvyrov](http://github.com/echuvyrov)
|
||||||
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.5 |
|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.5 |
|
||||||
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 4.0 |
|
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 4.0 |
|
||||||
| <a name="requirement_modtm"></a> [modtm](#requirement\_modtm) | 0.3.2 |
|
| <a name="requirement_modtm"></a> [modtm](#requirement\_modtm) | 0.3.2 |
|
||||||
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.5.0, < 4.0 |
|
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.3.2, < 4.0 |
|
||||||
|
|
||||||
## Providers
|
## Providers
|
||||||
|
|
||||||
|
@ -201,7 +201,7 @@ Originally created by [Eugene Chuvyrov](http://github.com/echuvyrov)
|
||||||
|------|---------|
|
|------|---------|
|
||||||
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~> 4.0 |
|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~> 4.0 |
|
||||||
| <a name="provider_modtm"></a> [modtm](#provider\_modtm) | 0.3.2 |
|
| <a name="provider_modtm"></a> [modtm](#provider\_modtm) | 0.3.2 |
|
||||||
| <a name="provider_random"></a> [random](#provider\_random) | >= 3.5.0, < 4.0 |
|
| <a name="provider_random"></a> [random](#provider\_random) | >= 3.3.2, < 4.0 |
|
||||||
|
|
||||||
## Modules
|
## Modules
|
||||||
|
|
||||||
|
|
|
@ -41,12 +41,12 @@ variable "dns_servers" {
|
||||||
variable "enable_telemetry" {
|
variable "enable_telemetry" {
|
||||||
type = bool
|
type = bool
|
||||||
default = true
|
default = true
|
||||||
nullable = false
|
|
||||||
description = <<DESCRIPTION
|
description = <<DESCRIPTION
|
||||||
This variable controls whether or not telemetry is enabled for the module.
|
This variable controls whether or not telemetry is enabled for the module.
|
||||||
For more information see https://aka.ms/avm/telemetryinfo.
|
For more information see https://aka.ms/avm/telemetryinfo.
|
||||||
If it is set to false, then no telemetry will be collected.
|
If it is set to false, then no telemetry will be collected.
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
nullable = false
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "nsg_ids" {
|
variable "nsg_ids" {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче