Skip to content

Commit

Permalink
Bump min provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
kin0992 committed Mar 4, 2025
1 parent 7e82050 commit c5bf775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/azure_api_management/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 = ">= 3.111.0, < 5.0"
version = ">= 4.1.0, < 5.0"
}
}
}
Expand Down

0 comments on commit c5bf775

Please sign in to comment.