We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03553f4 commit 1703e89Copy full SHA for 1703e89
versions.tf
@@ -2,7 +2,7 @@ terraform {
2
required_providers {
3
azurerm = {
4
source = "hashicorp/azurerm"
5
- version = "~> 2.27.0"
+ version = ">= 2.27.0"
6
}
7
random = {
8
source = "hashicorp/random"
0 commit comments