Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/infra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 05be36eda885
Choose a base ref
...
head repository: NixOS/infra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 944163d8e9a9
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 19, 2018

  1. Copy the full SHA
    f6c8d5d View commit details

Commits on Nov 20, 2018

  1. Merge pull request #63 from zimbatm/documment-tf-workflow

    document the terraform workflow
    rbvermaa authored Nov 20, 2018
    Copy the full SHA
    944163d View commit details
Showing with 10 additions and 0 deletions.
  1. +10 −0 terraform/README.md
10 changes: 10 additions & 0 deletions terraform/README.md
Original file line number Diff line number Diff line change
@@ -20,3 +20,13 @@ Then run the following command to diff the changes and then apply if approved:
nix-shell --run "terraform apply"
```

## Terraform workflow

Write the Terraform code and test the changes using `terraform validate`.

Before committing run `terraform fmt`.

Once the code is ready to be deployed, create a new PR with the attached
output of `terraform plan`.

Once the PR is merged, run `terraform apply` to apply the changes.