Skip to content

Commit

Permalink
Merge pull request #13 from peractio/feat/upgrade_version
Browse files Browse the repository at this point in the history
Upgrade Version
  • Loading branch information
Rizal Widyarta Gowandy authored Jul 11, 2021
2 parents 77511fd + 8b16bd8 commit aa57cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = "~> 0.14.5"
required_version = "~> 1.0.2"

required_providers {
newrelic = {
source = "newrelic/newrelic"
version = "~> 2.18.0"
version = "~> 2.23.0"
}
}
}

0 comments on commit aa57cec

Please sign in to comment.