Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
upgrade to azurerm provider v3.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doherty100 committed Sep 30, 2022
1 parent 2f00280 commit 4fe1fb7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion terraform-azurerm-vnet-app/010-common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=3.24.0"
version = "=3.25.0"
}

random = {
Expand Down
2 changes: 1 addition & 1 deletion terraform-azurerm-vnet-shared/010-common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=3.24.0"
version = "=3.25.0"
}

random = {
Expand Down
2 changes: 1 addition & 1 deletion terraform-azurerm-vwan/010-common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=3.24.0"
version = "=3.25.0"
}

random = {
Expand Down

0 comments on commit 4fe1fb7

Please sign in to comment.