Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Authors **MUST** only use the following Azure providers, and versions, in their

| provider | min version | max version |
|----------|-------------|-------------|
| azurerm | >= 4.0 | < 5.0 |
| azapi | >= 2.0 | < 3.0 |
| azurerm | >= 4.0 | < 5.0 |

{{< hint type="note" >}}
Authors **MAY** select either Azurerm, Azapi, or both providers in their module.
Expand All @@ -49,7 +49,7 @@ terraform {
version = "~> 4.0"
}
azapi = {
source = "hashicorp/azapi"
source = "Azure/azapi"
version = "~> 2.0"
}
}
Expand Down
Loading