Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 257 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 257 Bytes

Provision Exam

saml2aws login
terraform init
terraform apply --var-file EXAM_VAR.tfvars

Clean Up

Once the exam is done, we can clean up the environment with the following command:

terraform destroy --var-file EXAM_VAR.tfvars