Skip to content

Commit

Permalink
chore(deps): update terraform azurerm to v4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 65f8b5e commit 106bb05
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AKS Monitoring/Infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.11.0"
version = "4.13.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Api for notes/modules/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 4.11.0"
version = "~> 4.13.0"
}
}
required_version = ">= 0.14.9"
Expand Down
2 changes: 1 addition & 1 deletion Azure SaaS/terraform-template/linux/linux.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.11.0"
version = "4.13.0"
}
}
required_version = ">= 0.14.9"
Expand Down
2 changes: 1 addition & 1 deletion Azure SaaS/terraform-template/windows/windows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.11.0"
version = "4.13.0"
}
}
required_version = ">= 0.14.9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.11.0"
version = "4.13.0"
}
}
required_version = ">= 0.14.9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.11.0"
version = "4.13.0"
}
}
}
Expand Down

0 comments on commit 106bb05

Please sign in to comment.