agorapulse/Terraform New Relic Operations Monitoring
NewRelic Custom Event to monitor Terraform operations
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Aug 5, 2021
- License
- MIT
Pinned Snippet
uses: agorapulse/terraform-newrelic-monitoring-action@34ff3747d99333f8de82dd2538ec2d3bbdcabc6c # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| new_relic_licence_key | New Relic licence KEY | yes | — |
| event_type_name | New Relic CustomEvent Name | no | DeployEvent |
| env | Staging | yes | prod |
| terraform_init_status | Terraform init status | yes | — |
| terraform_apply_status | Input apply status | yes | — |
| terraform_output_plan_file_path | Terraform output file path | no | — |
| terraform_tag_key | Terraform tag used to precise deployed components | no | subdomain |
| terraform_operation_list_PATH | output of terraform show -json tfplan.out | jq '.resource_changes[].change.actions' | yes | "" |
| terraform_tag_value | Terraform value used to precise deployed components | no | — |
| github_repository | {{ github.repository}} | yes | — |
| github_run_id | {{ github.run_id }} | yes | — |
Outputs
| name | description |
|---|---|
| terraform_update | Output terraform update resources |
| terraform_create | Output terraform create resources |
| terraform_delete | Output terraform delete resources |
| terraform_noop | Output terraform no operation resources |