This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
guide:cloud:advanced [2025/10/21 17:28] sfebruary [Single, generic, VM project] |
guide:cloud:advanced [2025/10/22 10:21] (current) sfebruary [Single, generic, VM project] |
||
|---|---|---|---|
| Line 144: | Line 144: | ||
| ==== Single, generic, VM project ==== | ==== Single, generic, VM project ==== | ||
| - | Now that we have some base resources defined, we can proceed to creating an OpenStack instance via the IAC approach. Begin by [[https:// | + | Now that we have some base resources defined, we can proceed to creating an OpenStack instance via the IAC approach. |
| + | |||
| + | Begin by [[https:// | ||
| Next, we want to create a few files: | Next, we want to create a few files: | ||
| Line 286: | Line 288: | ||
| default | default | ||
| } | } | ||
| + | | ||
| + | Finally, proceed to initialise Terraform, plan and apply as we did above in the case of the base project. | ||
| + | |||
| + | NB! In order to assign a publicly reachable IP address (i.e. a floating IP) to the above instance, you may either modify the above to include this to be done via code, or this may be done/ | ||