Terraform that builds the pa-cloud. Currently this consists of propass related infrastructure.
- Initialise terraform
terraform init- Add pacloud ssh key to ssh keyring (can find this in bitwarden) (used to authenticate with on prem cohort servers)
ssh-add <pacloud.key>
- Plan terraform
terraform plan- Apply changes
terraform apply