Skip to content

Commit cba4c0b

Browse files
authored
Update pre-work-template-devops-security.md
added instruction to move issue to in progress while working, and fixed formatting of terraform code
1 parent 4a6a7a1 commit cba4c0b

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/pre-work-template-devops-security.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ As a new member on the HfLA devops-security team, fill in the following fields a
2121

2222
- [ ] Before starting to work on the below instructions, make sure to join the #ops Slack Channel. And are a member of `devops-security` repository.
2323
- [ ] Self-assign this issue (gear in right side panel).
24+
- [ ] Change the issue status to 'in progress' (right side panel).
2425
- [ ] Add this issue to the Project Board CoP: DevOps: Project Board - under the Projects section (gear in right side panel).
2526
- [ ] Attend weekly team meeting, Wednesdays 6-8pm PST.
2627
- [ ] Note: There are no meetings on the 1st Wednesday of every month.
@@ -52,14 +53,14 @@ As a new member on the HfLA devops-security team, fill in the following fields a
5253
```bash
5354
# Replace USERNAME with your GitHub handle
5455
module "iam_user_USERNAME" {
55-
source = "./modules/aws-users"
56+
source = "./modules/aws-users"
5657
57-
user_name = "USERNAME" # Replace with GitHub handle
58-
user_tags = {
59-
"Project" = "devops-security"
60-
"Access Level" = "1"
61-
}
62-
user_groups = ["read-only-group"]
58+
user_name = "USERNAME" # Replace with GitHub handle
59+
user_tags = {
60+
"Project" = "devops-security"
61+
"Access Level" = "1"
62+
}
63+
user_groups = ["read-only-group"]
6364
}
6465
6566
```

0 commit comments

Comments
 (0)