Skip to content
This repository has been archived by the owner on Feb 16, 2025. It is now read-only.

Commit

Permalink
docs: prefer Terraform for infra management (#574)
Browse files Browse the repository at this point in the history
* docs: prefer Terraform for infra

* Add decision record link

* Rewording

* Update decision record filename

* Link to "use Terraform" decision record
  • Loading branch information
Ace Nassri authored Aug 12, 2022
1 parent 640925a commit 820fb52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Minimizing developer follow-up action is [helpful](#positive-helpful-feedback)!

If no Google Cloud resources are needed, use [GitHub Actions](https://docs.github.com/en/actions) to drive automation. Otherwise use Cloud Build ([decision](docs/decisions/2021-05-static-analysis.md)).

Infrastructure (including test fixtures) should be managed automatically. This should be by Terraform where possible, and by custom scripts where necessary. ([decision](docs/decisions/2021-04-terraform.md)) However, some cases exist where resources **cannot** be managed automatically. In those cases, Emblem allows for manual resource management. ([decision](docs/decisions/2022-07-test-fixtures.md))

## Automated Testing & Productivity

The following automated checks are run against every Pull Request:
Expand Down

0 comments on commit 820fb52

Please sign in to comment.