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 v3.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doherty100 committed Nov 15, 2022
1 parent f790165 commit e261ea5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This repository contains a collection of inter-dependent [cloud computing](https
* [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.4 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.30.0
* [Azure Provider](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs) (azuerrm) v3.31.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.30.0"
version = "=3.31.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.30.0"
version = "=3.31.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.30.0"
version = "=3.31.0"
}

random = {
Expand Down

0 comments on commit e261ea5

Please sign in to comment.