Skip to content

Commit

Permalink
fix: widen version scope for local provider
Browse files Browse the repository at this point in the history
  • Loading branch information
cagiti authored and jenkins-x-bot committed May 6, 2020
1 parent 1f26b87 commit cc5aa59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ provider "random" {
}

provider "local" {
version = "~> 1.2.0"
version = ">= 1.2.0"
}

provider "null" {
Expand Down

0 comments on commit cc5aa59

Please sign in to comment.