UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 958678f2 authored by kmc-home's avatar kmc-home
Browse files

add pulumi setup.sh

parent dc6538b6
Branches
No related merge requests found
export PULUMI_CONFIG_PASSPHRASE='123456789'
export STACK_NAME='pulumi-test'
pulumi login file://${PWD} # Make sure to run pulumi logout when switchin projects
pulumi new openstack-python --name test-project --force --description "Test pulumi project" --stack test-stack --secrets-provider passphrase --generate-only
# pulumi stack init ${STACK_NAME}
# pulumi up ${STACK_NAME}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment