Azure-Samples / jmeter-aci-terraform

Scalable cloud load/stress testing pipeline solution with Apache JMeter and Terraform to dynamically provision and destroy the required infrastructure on Azure.
MIT License
119 stars 99 forks source link

Replace `address_prefix` by `address_prefixes` on Terraform main template #46

Closed allantargino closed 2 years ago

allantargino commented 3 years ago

The current main.tf file gives us the following warning when creating a azurerm_subnet:

Warning: "address_prefix": [DEPRECATED] Use the `address_prefixes` property instead.

We should use the new property.

image