{"id":21565807,"url":"https://github.com/hylandsoftware/terraform-plan-action","last_synced_at":"2025-03-18T05:19:07.970Z","repository":{"id":37833165,"uuid":"337858823","full_name":"HylandSoftware/terraform-plan-action","owner":"HylandSoftware","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-21T01:44:23.000Z","size":484,"stargazers_count":0,"open_issues_count":5,"forks_count":2,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-01-24T12:11:18.364Z","etag":null,"topics":["github-action","platform-engineering"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HylandSoftware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-10T21:28:58.000Z","updated_at":"2023-05-24T12:36:36.000Z","dependencies_parsed_at":"2024-11-24T12:15:27.640Z","dependency_job_id":null,"html_url":"https://github.com/HylandSoftware/terraform-plan-action","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HylandSoftware%2Fterraform-plan-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HylandSoftware%2Fterraform-plan-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HylandSoftware%2Fterraform-plan-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HylandSoftware%2Fterraform-plan-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HylandSoftware","download_url":"https://codeload.github.com/HylandSoftware/terraform-plan-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244160064,"owners_count":20408022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-action","platform-engineering"],"created_at":"2024-11-24T10:21:48.409Z","updated_at":"2025-03-18T05:19:07.944Z","avatar_url":"https://github.com/HylandSoftware.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Plan Action\n\nThis action wraps `terraform plan` to allow the plan and plan status to be posted as a status check in a pull request.  This enhances the terraform examples that uses an inline action to post a comment to a PR.\n\nThe following arguments are automatically added to `terraform plan -no-color -input=false`.  `no-color` is added since coloring won't be preserved in the output.  `-input=false` is added to prevent the action from asking for input of a missing variable.  This can cause the pipeline to pause and continue to churn billable minutes while not proceeding.\n\nExample usage\n\n```\n- uses: HylandSoftware/terraform-plan-action@v1.1.1\n  with:\n    args: -var-file=./vars/vars.tfvars\n    token: ${{ secrets.GITHUB_TOKEN }}\n    working-directory: ${{ env.TERRAFORM_WORKING_DIRECTORY }}\n\n```\nExample 2: \n* Specify a title for the status report (required if more then one per run) \n* Specify multiple arguments to the plan as a quoted json array\n```\n      - uses: HylandSoftware/terraform-plan-action@v1.1.1\n        with:\n          args: '[\"-lock=false\", \"-var-file=./vars/vars.tfvars\"]'\n          token: ${{ secrets.GITHUB_TOKEN }}\n          working-directory: ${{ env.TERRAFORM_WORKING_DIRECTORY }}\n          report-title: Multiple Argument Run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhylandsoftware%2Fterraform-plan-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhylandsoftware%2Fterraform-plan-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhylandsoftware%2Fterraform-plan-action/lists"}