Skip to content

Sotatek-TrungLe/cgp-q2-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Config your AWS credential
aws configure --profile da-q2  

# Create terraform s3 backend for remote state
aws s3api create-bucket \
    --bucket terraform-da-q2 \
    --create-bucket-configuration LocationConstraint=ap-east-1 \
    --profile da-q2

# Validate your terraform scripts, check qa.tfvars carefully
terraform plan --var-file=qa.tfvar

# Apply terraform to deploy your infra to aws
terraform apply --var-file=qa.tfvar

About

Data analytics question 2 from CGP talent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages