diff --git a/terraform-infrastructure/provider.tf b/terraform-infrastructure/provider.tf index f3aa055..9ee5af9 100644 --- a/terraform-infrastructure/provider.tf +++ b/terraform-infrastructure/provider.tf @@ -7,7 +7,7 @@ terraform { } azapi = { source = "azure/azapi" - version = "~> 1.12" + version = "~> 2.9" } random = { source = "hashicorp/random"