Skip to content

Commit c77f2c4

Browse files
committed
Revert "preview contrubuting updates"
This reverts commit 8b3eff7.
1 parent 8b3eff7 commit c77f2c4

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ 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)
2827
- [**Installing Terraform docs**](#installing-terraform-docs)
2928
- [**Clone (Create) a copy on your computer**](#clone-create-a-copy-on-your-computer)
3029
- [**Create a new branch where you will work on your issue**](#create-a-new-branch-where-you-will-work-on-your-issue)
@@ -154,22 +153,6 @@ To facilitate AWS IAM changes using Terraform, it's essential to establish backe
154153
<sub>[Back to Table of Contents](#table-of-contents)</sub>
155154
***
156155

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-
173156
### **Installing Terraform docs**
174157

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

0 commit comments

Comments
 (0)