Skip to content

Commit 8b3eff7

Browse files
committed
preview contrubuting updates
1 parent 6fbf4e4 commit 8b3eff7

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Below are guidelines for contributing to the devops-security repository hosted o
2424
- [**Generating Access Keys for AWS CLI**](#generating-access-keys-for-aws-cli)
2525
- [**Installing Terraform**](#installing-terraform)
2626
- [**Creating Backend State**](#creating-backend-state)
27+
- [**Creating Local tfvars file**](#creating-local-tfvars-file)
2728
- [**Installing Terraform docs**](#installing-terraform-docs)
2829
- [**Clone (Create) a copy on your computer**](#clone-create-a-copy-on-your-computer)
2930
- [**Create a new branch where you will work on your issue**](#create-a-new-branch-where-you-will-work-on-your-issue)
@@ -153,6 +154,22 @@ To facilitate AWS IAM changes using Terraform, it's essential to establish backe
153154
<sub>[Back to Table of Contents](#table-of-contents)</sub>
154155
***
155156

157+
### **Creating Local tfvars file**
158+
159+
Atfer creating a backend state, create a ```backend.tfvars``` file. It should have content of this format:
160+
161+
```bucket = "{developer_specific}-hfla-ops-terraform-state"
162+
key = "devops-security/terraform.tfstate"
163+
region = "us-east-2"
164+
dynamodb_table = "{developer_specific}_hfla_ops_terraform_table"
165+
encrypt = true
166+
```
167+
168+
Remeber to match these values to the ones in your backend state
169+
170+
<sub>[Back to Table of Contents](#table-of-contents)</sub>
171+
***
172+
156173
### **Installing Terraform docs**
157174

158175
Follow the Terraform docs [installation guide](https://terraform-docs.io/user-guide/installation/)

0 commit comments

Comments
 (0)