{"id":15156367,"url":"https://github.com/daisaru11/tfupdate-github-actions","last_synced_at":"2025-07-03T15:36:17.037Z","repository":{"id":49661678,"uuid":"226376313","full_name":"daisaru11/tfupdate-github-actions","owner":"daisaru11","description":"tfupdate Github Actions","archived":false,"fork":false,"pushed_at":"2021-06-11T08:23:40.000Z","size":5,"stargazers_count":9,"open_issues_count":4,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T01:26:04.471Z","etag":null,"topics":["actions","terraform"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/daisaru11.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-06T17:17:29.000Z","updated_at":"2022-05-21T09:20:54.000Z","dependencies_parsed_at":"2023-01-04T12:30:17.061Z","dependency_job_id":null,"html_url":"https://github.com/daisaru11/tfupdate-github-actions","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"e78ae0e7dfaa0ab36f4d4df7a102c4334017704f"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daisaru11%2Ftfupdate-github-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daisaru11%2Ftfupdate-github-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daisaru11%2Ftfupdate-github-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daisaru11%2Ftfupdate-github-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daisaru11","download_url":"https://codeload.github.com/daisaru11/tfupdate-github-actions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237981627,"owners_count":19397096,"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":["actions","terraform"],"created_at":"2024-09-26T19:20:37.453Z","updated_at":"2025-02-09T16:32:02.166Z","avatar_url":"https://github.com/daisaru11.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tfupdate-github-actions\n\nGithub Actions for [tfupdate](https://github.com/minamijoyo/tfupdate).\n\nThis action runs tfupdate, and create Pull Requests if new versions of terraform or providers are found.\n\n\n## Usage\n\n```\non:\n  schedule:\n    - cron:  '0 0 * * *'\n\njobs:\n  test_terraform_job:\n    runs-on: ubuntu-latest\n    name: Update terraform versions\n    steps:\n    - name: \"Checkout\"\n      uses: actions/checkout@v1\n    - name: tfupdate\n      uses: daisaru11/tfupdate-github-actions@v1\n      with:\n        github_token: ${{ secrets.GITHUB_TOKEN }}\n        tfupdate_subcommand: terraform\n        tfupdate_path: './workspaces'\n\n  test_provider_job:\n    runs-on: ubuntu-latest\n    name: Update provider versions\n    steps:\n    - name: \"Checkout\"\n      uses: actions/checkout@v1\n    - name: tfupdate\n      uses: daisaru11/tfupdate-github-actions@v1\n      with:\n        github_token: ${{ secrets.GITHUB_TOKEN }}\n        tfupdate_subcommand: provider\n        tfupdate_path: './workspaces'\n        tfupdate_provider_name: aws\n```\n\nYou can see examples of Pull Requests to be created [here](https://github.com/daisaru11/tfupdate-github-actions-example/pulls).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaisaru11%2Ftfupdate-github-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaisaru11%2Ftfupdate-github-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaisaru11%2Ftfupdate-github-actions/lists"}