Skip to content

Commit

Permalink
Merge pull request #87 from Malek-Zaag/renovate/azurerm-4.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform azurerm to v4.9.0
  • Loading branch information
Malek-Zaag authored Nov 14, 2024
2 parents 12dd5dd + a66f93a commit c3ed75d
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.8.0"
version = "4.9.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.8.0"
version = "~> 4.9.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.8.0"
version = "4.9.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.8.0"
version = "4.9.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.8.0"
version = "4.9.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.8.0"
version = "4.9.0"
}
}
}
Expand Down

0 comments on commit c3ed75d

Please sign in to comment.