Skip to content

Commit

Permalink
Merge pull request #33 from pratik705/main
Browse files Browse the repository at this point in the history
Fix commands to deploy resources using Pulumi
  • Loading branch information
japerezjr authored Jan 14, 2025
2 parents c143e64 + e483729 commit 57e3de4
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,13 @@ Run the following commands:

Set your public key for the current `dev` stack:
```bash
pulumi config set ssh_public_key $(cat ~/.ssh/id_ed25519.pub)
pulumi config set ssh_public_key "$(cat ~/.ssh/id_ed25519.pub)"
pulumi config set ext_net_name PUBLICNET
pulumi config set pulumi-openstack-flex-demo:bastion_server_flavor mo.0.2.16
```
!!! note

Replace with your public ssh key and your External network Name if it's something different.
Replace with your public ssh key, your External network Name and the flavor name if it's something different.

Preview the Changes:
```bash
Expand Down

0 comments on commit 57e3de4

Please sign in to comment.