Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 418 Bytes

File metadata and controls

25 lines (19 loc) · 418 Bytes

PA-Cloud

Terraform that builds the pa-cloud. Currently this consists of propass related infrastructure.

Getting started

  1. Initialise terraform
terraform init
  1. Add pacloud ssh key to ssh keyring (can find this in bitwarden) (used to authenticate with on prem cohort servers)
ssh-add <pacloud.key>
  1. Plan terraform
terraform plan
  1. Apply changes
terraform apply