diff --git a/infrastructure/providers.tf b/infrastructure/providers.tf index 924cc702f26..9936f85cb08 100644 --- a/infrastructure/providers.tf +++ b/infrastructure/providers.tf @@ -15,7 +15,7 @@ terraform { } azapi = { source = "Azure/azapi" - version = "~> 2.5.0" + version = "~> 2.9.0" } } }