...
You can deploy Items from the EWC Community Hub to provision cloud resources such as compute instances, networking, and storage. This guide shows just one of many use-cases. We will deploy an Item of Technology Terraform Module
, namely the OpenStack Compute Instance Item, to 1) create an Ubuntu 24.04 VMinstance, 2) safely modify its attachments (public IP, additional disk, GPU), 3) clean everything up afterwards.
...
3. Customize Your Target Host
Info |
---|
Refer to the list of available virtual images, default Linux user accounts per image, and offered hardware plans. |
Change one directory above the the root directory of the Item's source, and create a main.tf
file describing the VM you want to provision.
...