7 lines
180 B
Bash
7 lines
180 B
Bash
#!/bin/bash
|
|
export OS_CLOUD="vexxhost_ams1"
|
|
export PULUMI_STACK="staging"
|
|
export PULUMI_SUB_STACK="safouene"
|
|
export PULUMI_CONFIG_PASSPHRASE_FILE="/etc/ansible/pulumi_passphrase"
|
|
|