layout | title | type | resource |
---|---|---|---|
resource |
newrelic |
provider |
newrelic |
provider "newrelic" {
version = "2.21.0"
# account_id - (required) is a type of number
account_id = null
# admin_api_key - (optional) is a type of string
admin_api_key = null
# api_key - (optional) is a type of string
api_key = null
# api_url - (optional) is a type of string
api_url = null
# cacert_file - (optional) is a type of string
cacert_file = null
# infrastructure_api_url - (optional) is a type of string
infrastructure_api_url = null
# insecure_skip_verify - (optional) is a type of bool
insecure_skip_verify = null
# insights_insert_key - (optional) is a type of string
insights_insert_key = null
# insights_insert_url - (optional) is a type of string
insights_insert_url = null
# insights_query_url - (optional) is a type of string
insights_query_url = null
# nerdgraph_api_url - (optional) is a type of string
nerdgraph_api_url = null
# region - (optional) is a type of string
region = null
# synthetics_api_url - (optional) is a type of string
synthetics_api_url = null
}