Skip to content

candreszg/s3-static-site-with-ci-cd-pipeline

Repository files navigation

Interview Starter

This is to provide a foundation which interview candidates can build terraform projects on top of.

Init:

Without Role Assumption:

terraform init -backend-config=./init-tfvars/dev.tfvars 

With MFA Role Assumption:

awsudo -u \<profile\> terraform init -backend-config=./init-tfvars/dev.tfvars 

Apply:

Without Role Assumption:

terraform apply -var-file ./apply-tfvars/dev.tfvars

With MFA Role Assumption:

awsudo -u \<profile\> terraform apply -var-file ./apply-tfvars/dev.tfvars

Tools to Use

  • awsudo
  • tfenv (if using multiple versions of terraform)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published