Skip to content

Commit

Permalink
Merge pull request #4844 from DFE-Digital/fix-azurerm-upgrade
Browse files Browse the repository at this point in the history
Pin azurerm version to 3.104.2 as the latest 3.105.0 version made the build to fail
  • Loading branch information
leandroalemao authored May 24, 2024
2 parents 606219b + b6a510a commit 08401f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions terraform/application/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ terraform {
backend "azurerm" {}

required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.104.2"
}
statuscake = {
source = "StatusCakeDev/statuscake"
version = ">= 2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion terraform/custom_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.69.0"
version = "3.104.2"
}
}
backend "azurerm" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/custom_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.69.0"
version = "3.104.2"
}
}
backend "azurerm" {
Expand Down

0 comments on commit 08401f0

Please sign in to comment.