Example project for getting started managing New Relic as code with Terraform and GitHub Actions.
WARNING: This is an educational tool! Do NOT use this for Production environments.
- Fork this project
- Create Terraform Cloud Free account
- Complete Terraform Cloud Setup
and configure workspace variables
NEW_RELIC_ACCOUNT_ID
,NEW_RELIC_API_KEY
,NEW_RELIC_REGION
. Refer to the New Relic provider configuration docs for variable descriptions and where values can be obtained. - Configure
TF_API_TOKEN
repository secret - Configure your New Relic account by editing
main.tf
after line 11. Reference New Relic Terraform Provider Docs for available data types and resources.
Additional Resources: