Skip to content

Commit

Permalink
docs(terraform): add step for local tfvars setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Feb 12, 2024
1 parent 5b57135 commit ed704d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/deployment/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Terraform is [`plan`](https://www.terraform.io/cli/commands/plan)'d when code is
./init.sh <env>
```

1. Create a local `terraform.tfvars` file (ignored by git) from the sample; fill in the `*_OBJECT_ID` variables with values from the Azure Pipeline definition.
1. Make changes to Terraform files.
1. Preview the changes, as necessary.

Expand Down
2 changes: 2 additions & 0 deletions terraform/terraform.tfvars.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DEVSECOPS_OBJECT_ID = "object-id"
ENGINEERING_GROUP_OBJECT_ID = "object-id"

0 comments on commit ed704d3

Please sign in to comment.