diff --git a/components/infrastructure/provider.tf b/components/infrastructure/provider.tf index 6737fa3..93f05ba 100644 --- a/components/infrastructure/provider.tf +++ b/components/infrastructure/provider.tf @@ -8,7 +8,7 @@ terraform { } azapi = { source = "Azure/azapi" - version = "1.15.0" + version = "2.0.1" } restapi = { source = "Mastercard/restapi"