We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71e52a0 + d114aaf commit bbad0e5Copy full SHA for bbad0e5
1 file changed
versions.tf
@@ -2,7 +2,7 @@ terraform {
2
required_providers {
3
azurerm = {
4
source = "registry.terraform.io/hashicorp/azurerm"
5
- version = ">=3.46.0"
+ version = ">=3.46.0, <4.0"
6
}
7
8
required_version = ">=1.3"
0 commit comments