зеркало из
1
0
Форкнуть 0
This commit is contained in:
github-actions[bot] 2024-11-12 08:50:32 +00:00
Родитель 77fe2da96d
Коммит 333cb8fb8e
3 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -4,6 +4,7 @@
**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))
- 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))

Просмотреть файл

@ -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_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 4.0 |
| <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
@ -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_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

Просмотреть файл

@ -41,12 +41,12 @@ variable "dns_servers" {
variable "enable_telemetry" {
type = bool
default = true
nullable = false
description = <<DESCRIPTION
This variable controls whether or not telemetry is enabled for the module.
For more information see https://aka.ms/avm/telemetryinfo.
If it is set to false, then no telemetry will be collected.
DESCRIPTION
nullable = false
}
variable "nsg_ids" {