#!/usr/bin/env bash

terraform init
export TF_VAR_pm_api_token_secret=""
terraform plan
terraform apply -auto-approve
#terraform output root_password
#terraform output user_password
