Skip to content

Commit aa57cec

Browse files
author
Rizal Widyarta Gowandy
authored
Merge pull request #13 from peractio/feat/upgrade_version
Upgrade Version
2 parents 77511fd + 8b16bd8 commit aa57cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
terraform {
2-
required_version = "~> 0.14.5"
2+
required_version = "~> 1.0.2"
33

44
required_providers {
55
newrelic = {
66
source = "newrelic/newrelic"
7-
version = "~> 2.18.0"
7+
version = "~> 2.23.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)