0
0
llucycodes42
This code creates a new New Relic provider. The newrelic_api_key is the New Relic API key.
Shortcut: tf_newrelic
provider "newrelic" {
api_key = "${newrelic_api_key}"
}
0
0
llucycodes42
This code creates a new New Relic provider. The newrelic_api_key is the New Relic API key.
Shortcut: tf_newrelic
provider "newrelic" {
api_key = "${newrelic_api_key}"
}