Skip to content

Commit

Permalink
Merge pull request #6 from rizalgowandy/arwego_allow_higher_version
Browse files Browse the repository at this point in the history
Allow Newer Version for NewRelic Provider
  • Loading branch information
Rizal Widyarta Gowandy authored Jan 31, 2021
2 parents 081b548 + 5991a58 commit 0a2efa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
newrelic = {
source = "newrelic/newrelic"
version = "2.15.1"
version = "~> 2.15.1"
}
}
}

0 comments on commit 0a2efa2

Please sign in to comment.