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

SETUP: Run Terraform Apply (target=file share) error #53

Closed crowz4k closed 3 years ago

crowz4k commented 3 years ago

I get the following error when I try to run the load-test pipeline

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

on main.tf line 22, in resource "azurerm_subnet" "jmeter_subnet": 22: resource "azurerm_subnet" "jmeter_subnet" {

Error: Error ensuring Resource Providers are registered.

Terraform automatically attempts to register the Resource Providers it supports to ensure it's able to provision resources.

Is this something on my end? I tried multiple stuff(giving all permission to user, etc.)