We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cef77f7 + ad9b8c6 commit 7afccbdCopy full SHA for 7afccbd
README.md
@@ -56,7 +56,7 @@ module "dummy-app-monitor" {
56
57
| Name | Version |
58
|------|---------|
59
-| newrelic | ~> 1.9.0 |
+| newrelic | >= 1.15.1 |
60
61
## Inputs
62
@@ -101,4 +101,4 @@ module "dummy-app-monitor" {
101
102
## License
103
104
-Apache 2.0 Licensed. See LICENSE for full details.
+Apache 2.0 Licensed. See LICENSE for full details.
versions.tf
@@ -1,7 +1,7 @@
1
terraform {
2
- required_version = "~> 0.12.6"
+ required_version = ">= 0.12.6"
3
4
required_providers {
5
- newrelic = "~> 1.9.0"
+ newrelic = ">= 1.15.1"
6
}
7
-}
+}
0 commit comments