Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1 KB

newrelic_utils_terraform.md

File metadata and controls

40 lines (26 loc) · 1 KB

newrelic utils terraform

Tools for working with Terraform

Synopsis

Tools for working with Terraform

The terraform commands can be used for generating Terraform HCL for simple observability as code use cases.

Examples

cat terraform.json | newrelic utils terraform dashboard --label my_dashboard_resource

Options

  -h, --help   help for terraform

Options inherited from parent commands

  -a, --accountId int    the account ID to use. Can be overridden by setting NEW_RELIC_ACCOUNT_ID
      --debug            debug level logging
      --format string    output text format [JSON, Text, YAML] (default "JSON")
      --plain            output compact text
      --profile string   the authentication profile to use
      --trace            trace level logging

SEE ALSO