Skip to content

Commit

Permalink
Merge pull request #88 from kashw2/renovate/azurerm-3.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform azurerm to ~> 3.69.0
  • Loading branch information
kashw2 authored Aug 10, 2023
2 parents 5ca5219 + 15baf0d commit 41ffba1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontdoor-aks-nginx/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.68.0"
version = "~> 3.69.0"
}
azuread = {
source = "hashicorp/azuread"
Expand Down
2 changes: 1 addition & 1 deletion frontdoor-app-service/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.68.0"
version = "~> 3.69.0"
}
azuread = {
source = "hashicorp/azuread"
Expand Down
2 changes: 1 addition & 1 deletion frontdoor-container-app/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.68.0"
version = "~> 3.69.0"
}
azuread = {
source = "hashicorp/azuread"
Expand Down
2 changes: 1 addition & 1 deletion frontdoor-function-app/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.68.0"
version = "~> 3.69.0"
}
azuread = {
source = "hashicorp/azuread"
Expand Down

0 comments on commit 41ffba1

Please sign in to comment.