# Terraform bastion test ### Generate ssh keys ``` source ./init.sh ``` ### Init terraform ``` terrafrom init ``` ### Plan changes ``` terrafrom plan ``` ### Apply changes ``` terrafrom apply ``` ### Test bastion is up ``` ssh -i ec2-user@ ``` ### Destroy ``` terrafrom destroy ```