Skip to content

Commit

Permalink
1839: Adding provider upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
shaheislamdfe committed Aug 20, 2024
1 parent 7219d9b commit 2458a95
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 92 deletions.
140 changes: 81 additions & 59 deletions terraform/application/.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/application/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "= 3.64.0"
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"
}
}

Expand Down
28 changes: 14 additions & 14 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.45.0"
version = "3.116.0"
}
}

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.53.0"
version = "3.116.0"
}
}

Expand Down

0 comments on commit 2458a95

Please sign in to comment.