The terraform state is not managed directly, the account is used as the state and imported into terraform using terraformer. Both are required locally to make updates:
$ brew install terraform terraformer
Import an existing New Relic account into terraform:
$ export NEWRELIC_API_KEY=REPLACEMEterra
$ terraformer import newrelic -o "." -r alert,infra,synthetics
$ cd newrelic/synthetics
$ terraform init
# Make changes directly and apply to update
$ terraform apply
TBD
This project is in the worldwide public domain. As stated in CONTRIBUTING:
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.