Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support deployments via Pulumi #1

Open
3 tasks
scottyeager opened this issue Nov 1, 2023 · 0 comments
Open
3 tasks

Support deployments via Pulumi #1

scottyeager opened this issue Nov 1, 2023 · 0 comments

Comments

@scottyeager
Copy link
Collaborator

So far, support for creating and destroying deployments is missing. The simplest way to integrate is via our Pulumi provider and Pulumi's automation API.

  • Looks for users mnemonic and preferred network in ./.env, ../.env, env vars MNEMONIC/NETWORK
  • We can get a VM with default options very easily: mainnet.vm() (for a random node), mainnet.vm(42, image='ubuntu', type='full') (Ubuntu full VM on node 42)
  • Check how state is stored, so we can always retrieve and delete VMs even if the users doesn't keep a reference
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant