Skip to content

Commit

Permalink
fix: tffr3 (#1784)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF authored Jan 9, 2025
1 parent 65f008d commit 92deddf
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 92deddf

Please sign in to comment.