Added azurerm troubleshooting solution

This commit is contained in:
Michele Cereda
2022-08-30 11:54:29 +02:00
parent b12ab8c367
commit 89972037f5

View File

@@ -140,6 +140,16 @@ Terraform will perform the following actions:
}
```
### At least 1 "features" blocks are required
The `azurerm` provider needs to be configured with at least the following lines:
```hcl
provider "azurerm" {
features {}
}
```
## Further readings
- [CLI Documentation]