Skip to content

Commit

Permalink
Allow version 3 from root modules. (Azure#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearcec authored Oct 21, 2021
1 parent 64b9489 commit a31a1ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
random = {
source = "hashicorp/random"
version = "~> 2.2"
version = ">= 2.2"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion templates/main.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
required_providers {
random = {
source = "hashicorp/random"
version = "~> 2.2"
version = ">= 2.2"
}
}
}
Expand Down

0 comments on commit a31a1ef

Please sign in to comment.