Skip to content

Commit 92deddf

Browse files
authored
fix: tffr3 (#1784)
1 parent 65f008d commit 92deddf

File tree

1 file changed

+2
-2
lines changed
  • docs/content/specs-defs/includes/terraform/shared/functional

1 file changed

+2
-2
lines changed

docs/content/specs-defs/includes/terraform/shared/functional/TFFR3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Authors **MUST** only use the following Azure providers, and versions, in their
2727

2828
| provider | min version | max version |
2929
|----------|-------------|-------------|
30-
| azurerm | >= 4.0 | < 5.0 |
3130
| azapi | >= 2.0 | < 3.0 |
31+
| azurerm | >= 4.0 | < 5.0 |
3232

3333
{{< hint type="note" >}}
3434
Authors **MAY** select either Azurerm, Azapi, or both providers in their module.
@@ -49,7 +49,7 @@ terraform {
4949
version = "~> 4.0"
5050
}
5151
azapi = {
52-
source = "hashicorp/azapi"
52+
source = "Azure/azapi"
5353
version = "~> 2.0"
5454
}
5555
}

0 commit comments

Comments
 (0)