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

Commit

Permalink
provider upgrade azurerm 3.21.1 random 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
doherty100 committed Sep 2, 2022
1 parent 4c28024 commit 12b9845
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ 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.2.7 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.20.0
* [Terraform](https://www.terraform.io/intro/index.html#what-is-terraform-) v1.2.8 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.21.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.3.2
* [Random Provider](https://registry.terraform.io/providers/hashicorp/random/latest/docs) (random) v3.4.2

This repo was created by [Roger Doherty](https://www.linkedin.com/in/roger-doherty-805635b/).

Expand Down
4 changes: 2 additions & 2 deletions terraform-azurerm-vnet-app/010-common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=3.20.0"
version = "=3.21.0"
}

random = {
source = "hashicorp/random"
version = "=3.3.2"
version = "=3.4.2"
}

cloudinit = {
Expand Down
4 changes: 2 additions & 2 deletions terraform-azurerm-vnet-shared/010-common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=3.20.0"
version = "=3.21.0"
}

random = {
source = "hashicorp/random"
version = "=3.3.2"
version = "=3.4.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions terraform-azurerm-vwan/010-common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=3.20.0"
version = "=3.21.0"
}

random = {
source = "hashicorp/random"
version = "=3.3.2"
version = "=3.4.2"
}
}
}
Expand Down

0 comments on commit 12b9845

Please sign in to comment.