diff --git a/README.md b/README.md index 82e3418..307f7fc 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ This repository contains a collection of inter-dependent [cloud computing](https * [PowerShell](https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7.1) * [PowerShell Core](https://docs.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-71?view=powershell-7.1) * [PowerShell 5.1](https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-5.1) for Windows Server configuration. -* [Terraform](https://www.terraform.io/intro/index.html#what-is-terraform-) v1.3.0 for [Infrastructure as Code](https://en.wikipedia.org/wiki/Infrastructure_as_code) (IaC). - * [Azure Provider](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs) (azuerrm) v3.24.0 +* [Terraform](https://www.terraform.io/intro/index.html#what-is-terraform-) v1.3.1 for [Infrastructure as Code](https://en.wikipedia.org/wiki/Infrastructure_as_code) (IaC). + * [Azure Provider](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs) (azuerrm) v3.25.0 * [cloud-init Provider](https://registry.terraform.io/providers/hashicorp/cloudinit/latest/docs) (cloudinit) v2.2.0 * [Random Provider](https://registry.terraform.io/providers/hashicorp/random/latest/docs) (random) v3.4.3 diff --git a/terraform-azurerm-vnet-app/010-common.tf b/terraform-azurerm-vnet-app/010-common.tf index f3403be..666c723 100644 --- a/terraform-azurerm-vnet-app/010-common.tf +++ b/terraform-azurerm-vnet-app/010-common.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "=3.24.0" + version = "=3.25.0" } random = { diff --git a/terraform-azurerm-vnet-shared/010-common.tf b/terraform-azurerm-vnet-shared/010-common.tf index 408f973..682ffad 100644 --- a/terraform-azurerm-vnet-shared/010-common.tf +++ b/terraform-azurerm-vnet-shared/010-common.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "=3.24.0" + version = "=3.25.0" } random = { diff --git a/terraform-azurerm-vwan/010-common.tf b/terraform-azurerm-vwan/010-common.tf index 2ce934e..2311aa3 100755 --- a/terraform-azurerm-vwan/010-common.tf +++ b/terraform-azurerm-vwan/010-common.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "=3.24.0" + version = "=3.25.0" } random = {