From 92deddf89164f7a41e24634612636c7f62041096 Mon Sep 17 00:00:00 2001 From: Matt White <16320656+matt-FFFFFF@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:46:50 +0000 Subject: [PATCH] fix: tffr3 (#1784) --- .../specs-defs/includes/terraform/shared/functional/TFFR3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/specs-defs/includes/terraform/shared/functional/TFFR3.md b/docs/content/specs-defs/includes/terraform/shared/functional/TFFR3.md index c6dc5ca68..079866c75 100644 --- a/docs/content/specs-defs/includes/terraform/shared/functional/TFFR3.md +++ b/docs/content/specs-defs/includes/terraform/shared/functional/TFFR3.md @@ -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. @@ -49,7 +49,7 @@ terraform { version = "~> 4.0" } azapi = { - source = "hashicorp/azapi" + source = "Azure/azapi" version = "~> 2.0" } }