Skip to content

Commit

Permalink
Update terraform providers
Browse files Browse the repository at this point in the history
  • Loading branch information
RMcVelia committed Jun 3, 2024
1 parent 8bf9059 commit e964f92
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 80 deletions.
142 changes: 81 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 @@ -4,17 +4,17 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.57.0"
version = "3.104.2"
}

kubernetes = {
source = "hashicorp/kubernetes"
version = "2.20.0"
version = "2.30.0"
}

statuscake = {
source = "StatusCakeDev/statuscake"
version = "2.1.0"
version = "2.2.0"
}
}

Expand Down
22 changes: 22 additions & 0 deletions terraform/custom_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/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.43.0"
version = "3.104.2"
}
}
backend "azurerm" {
Expand Down
28 changes: 14 additions & 14 deletions terraform/custom_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/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.43.0"
version = "3.104.2"
}
}
backend "azurerm" {
Expand Down

0 comments on commit e964f92

Please sign in to comment.