Closed mihirmodi2561 closed 3 weeks ago
Done prerequisite
@mihirmodi2561 You need to
I completed the first three tasks but was unable to complete 4th task.
@mihirmodi2561 we are waiting for you to come back to approve your PR. Are you coming back? If you do come back, please put this in the questions column, with a ready for CoP lead
label
Prerequisite
We are looking forward to having you on our team. Please ensure you have prior experience with the HfLA website team before contributing to our repository.
Overview
As a new member on the HfLA devops-security team, fill in the following fields as you complete each onboarding item.
Special Notes
Action Items
devops-security
repository.AdministratorAccess
policy to IAM group[x] Create a new branch from main by executing the command
[x] Navigate to the
aws-user.tf
file and add your user information and follow the below template.terraform
directory.cd terraform
terraform init
to initialize terraform in the directory. Address any failures that arise (if any).terraform plan
this will output a plan replicating the same IAM resources as the devops security account. Address any failures that arise (if any).terraform apply
this will create all of the resources that are currently managed by Devops Security. All of the resources created here incur zero cost except for the Dynamo DB installation, which should remain in the free tier.git status
command.git add path/to/file
(you can copy from above output for the file path).git commit -m "briefly describing the changes"
.git push --set-upstream origin name-of-branch