actions-marketplace-validations/Terraform New Relic Operations Monitoring
NewRelic Custom Event to monitor Terraform operations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 23, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/maathor_terraform-new-relic-event-action@15122d986d42e2ba58efda3bb0b5225c50c60de7 # 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 |