9 lines
182 B
Bash
9 lines
182 B
Bash
#!/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
|