-
Notifications
You must be signed in to change notification settings - Fork 3
/
.envrc
19 lines (17 loc) · 872 Bytes
/
.envrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
##################################################################################
# Basic Config Variables
export KUBECONFIG=${PWD}/.kube/config
export TALOSCONFIG=${PWD}/.talos/config
##################################################################################
# Pulumi Environment Variables
# - https://www.pulumi.com/docs/cli/environment-variables
export PULUMI_HOME=${PWD}/.pulumi
export PULUMI_SKIP_CONFIRMATIONS=true
#export PULUMI_AUTOMATION_API_SKIP_VERSION_CHECK=true
#export PULUMI_SKIP_UPDATE_CHECK=true
##################################################################################
# Optional Pulumi Environment Variables
# Useful for CI testing
# Uncomment to use local backend instead of Pulumi Cloud
#export PULUMI_BACKEND_URL=${PULUMI_BACKEND_URL:-file://${PWD}/.pulumi}
#export PULUMI_CONFIG_PASSPHRASE=${PULUMI_CONFIG_PASSPHRASE:-foobarbaz}