Skip to content

Commit

Permalink
Merge pull request #3263 from DFE-Digital/1839-bug-conflictingpublicn…
Browse files Browse the repository at this point in the history
…etworkaccessandvirtualnetworkconfiguration

Upgrade terraform azurerm providers to 3.116.0
  • Loading branch information
johnake authored Aug 21, 2024
2 parents 35c0b55 + 82437a4 commit b784135
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 95 deletions.
119 changes: 58 additions & 61 deletions terraform/aks/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions terraform/aks/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.62.1"
version = "3.116.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.21.1"
version = "2.32.0"
}
statuscake = {
source = "StatusCakeDev/statuscake"
version = "2.1.0"
version = "2.2.2"
}
}
backend "azurerm" {
Expand Down
29 changes: 14 additions & 15 deletions terraform/domains/environment_domains/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/domains/environment_domains/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.62.1"
version = "3.116.0"
}
}
backend "azurerm" {
Expand Down
28 changes: 14 additions & 14 deletions terraform/domains/infrastructure/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/domains/infrastructure/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.62.1"
version = "3.116.0"
}
}
backend "azurerm" {
Expand Down

0 comments on commit b784135

Please sign in to comment.