mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added azurerm troubleshooting solution
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user