Skip to content

Commit

Permalink
Update terraform providers
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Aug 21, 2024
1 parent 6c6b6c2 commit 123e983
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 5 deletions.
107 changes: 107 additions & 0 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.104.2"
version = "3.116.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.30.0"
version = "2.32.0"
}
statuscake = {
source = "StatusCakeDev/statuscake"
version = "2.2.0"
version = "2.2.2"
}
}
backend "azurerm" {
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.104.2"
version = "3.116.0"
}
}
backend "azurerm" {
Expand Down
22 changes: 22 additions & 0 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.104.2"
version = "3.116.0"
}
}
backend "azurerm" {
Expand Down

0 comments on commit 123e983

Please sign in to comment.