{"id":23376218,"url":"https://github.com/trustedshops-public/circleci-orb-terraform-utils","last_synced_at":"2025-04-08T03:44:14.054Z","repository":{"id":45051586,"uuid":"428645251","full_name":"trustedshops-public/circleci-orb-terraform-utils","owner":"trustedshops-public","description":"Run common terraform toolings and actions required for deployment pipelines","archived":false,"fork":false,"pushed_at":"2024-12-16T00:47:49.000Z","size":83,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-14T02:52:49.062Z","etag":null,"topics":["circleci-orbs","terraform","terrastate","tfenv","tpcircleci-orb","tscircleci-orbs"],"latest_commit_sha":null,"homepage":"https://circleci.com/developer/orbs/orb/trustedshops-public/terraform-utils","language":null,"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/trustedshops-public.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-16T12:25:20.000Z","updated_at":"2024-11-08T14:49:26.000Z","dependencies_parsed_at":"2024-04-08T01:24:20.946Z","dependency_job_id":"d2125277-9f3d-41c1-be84-d974011fee9b","html_url":"https://github.com/trustedshops-public/circleci-orb-terraform-utils","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedshops-public%2Fcircleci-orb-terraform-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedshops-public%2Fcircleci-orb-terraform-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedshops-public%2Fcircleci-orb-terraform-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedshops-public%2Fcircleci-orb-terraform-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trustedshops-public","download_url":"https://codeload.github.com/trustedshops-public/circleci-orb-terraform-utils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773744,"owners_count":20993633,"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":["circleci-orbs","terraform","terrastate","tfenv","tpcircleci-orb","tscircleci-orbs"],"created_at":"2024-12-21T17:34:37.173Z","updated_at":"2025-04-08T03:44:14.034Z","avatar_url":"https://github.com/trustedshops-public.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"circleci-orb-terraform-utils\n===\n[![GitHub License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/trustedshops-public/terraform-utils/blob/main/LICENSE)\n[![pre-commit](https://img.shields.io/badge/%E2%9A%93%20%20pre--commit-enabled-success)](https://pre-commit.com/)\n[![CircleCI Build Status](https://circleci.com/gh/trustedshops-public/circleci-orb-terraform-utils.svg?style=shield \"CircleCI Build Status\")](https://circleci.com/gh/trustedshops-public/circleci-orb-terraform-utils)\n[![CircleCI Orb Version](https://badges.circleci.com/orbs/trustedshops-public/terraform-utils.svg)](https://circleci.com/orbs/registry/orb/trustedshops-public/terraform-utils)\n\nCircleCI orb terraform-utils\n\n## Resources\n\n[CircleCI Orb Registry Page](https://circleci.com/orbs/registry/orb/trustedshops-public/terraform-utils) - The official registry page of this\norb for all versions, executors, commands, and jobs described.\n\n[CircleCI Orb Docs](https://circleci.com/docs/2.0/orb-intro/#section=configuration) - Docs for using and creating\nCircleCI Orbs.\n\n### How to Contribute\n\nWe welcome [issues](https://github.com/trustedshops-public/circleci-orb-terraform-utils/issues) to\nand [pull requests](https://github.com/trustedshops-public/circleci-orb-terraform-utils/pulls) against this repository!\n\n### Commit Message Convention\n\nThis repository follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)\n\n#### Format\n\n`\u003ctype\u003e(optional scope): \u003cdescription\u003e`\nExample: `feat(pre-event): Add speakers section`\n\n#### 1. Type\n\nAvailable types are:\n\n- feat → Changes about addition or removal of a feature. Ex: `feat: Add table on landing page`\n  , `feat: Remove table from landing page`\n- fix → Bug fixing, followed by the bug. Ex: `fix: Illustration overflows in mobile view`\n- docs → Update documentation (README.md)\n- style → Updating style, and not changing any logic in the code (reorder imports, fix whitespace, remove comments)\n- chore → Installing new dependencies, or bumping deps\n- refactor → Changes in code, same output, but different approach\n- ci → Update github workflows, husky\n- test → Update testing suite, cypress files\n- revert → when reverting commits\n- perf → Fixing something regarding performance (deriving state, using memo, callback)\n- vercel → Blank commit to trigger vercel deployment. Ex: `vercel: Trigger deployment`\n\n#### 2. Optional Scope\n\nLabels per page Ex: `feat(pre-event): Add date label`\n\n*If there is no scope needed, you don't need to write it*\n\n#### 3. Description\n\nDescription must fully explain what is being done.\n\nAdd BREAKING CHANGE in the description if there is a significant change.\n\n**If there are multiple changes, then commit one by one**\n\n- After colon, there are a single space Ex: `feat: Add something`\n- When using `fix` type, state the issue Ex: `fix: File size limiter not working`\n- Use imperative, dan present tense: \"change\" not \"changed\" or \"changes\"\n- Use capitals in front of the sentence\n- Don't add full stop (.) at the end of the sentence\n\n### Publish new release\n\nCommit according to semantic release spec above and let CircleCI (and semantic-release) do the magic.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrustedshops-public%2Fcircleci-orb-terraform-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrustedshops-public%2Fcircleci-orb-terraform-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrustedshops-public%2Fcircleci-orb-terraform-utils/lists"}