How to file a Infra Change Request in tvlk-prod for Corptech

Step 1: File github issue using link below

https://github.com/traveloka/infra-production-playbooks/issues/new?assignees=raguvaran-madhiyan%2C+tuananh-nguyen&labels=corptech&template=request-for-corptech-devops.md&title=[CORPTECH]+
Example:
https://github.com/traveloka/infra-production-playbooks/issues/1229

Step 2: Create PR in the Corresponding infra folder

https://github.com/jass-trix/infra-production-playbooks/tree/70bd6fc036c4d35049676222935fa88902c2040f/tf/715824975366/pd/ent
Example:
https://github.com/traveloka/infra-production-playbooks/pull/3169/files

Step 3: Check if you have CRPlanner_001 or CRPlanner_002 role in tvlk-prod , else request for access

https://github.com/traveloka/infra-production-playbooks/pull/2564/files

Step 4: Generate ‘terraform plan’ & post in your PR

Add aws profile for tvlk-prod
cat <<EOF >>~/.aws/config
[profile tvlk_prod_cr_planner]
role_arn = arn:aws:iam::715824975366:role/CRPlanner_002
source_profile = saml
role_session_name = raguvaran.madhiyan@traveloka.com
region = ap-southeast-1
EOF
awsudo -u tvlk_prod_cr_planner - terraform plan

Step 5: Post the PR in #corptech-devops channel

request @ct-central-devops to review and ‘terraform apply’ your change