...
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 instance with GPU, 2) safely modify its attachments (public IP address, additional disks), 3) clean everything up afterwards.
...
Find the Item's detail page on the EWC Community Hub Dashboard by visiting https://www.europeanweather.cloud/community-hub/openstack-compute-instance-terraform-module. On , namely the OpenStack Compute Instance Item. On the Item details page, pay attention to the following:
...
By clicking on the "Repository" button (see Dashboard Overview for a quick run down on an Item's detailed page layout), you'll get redirected to the source, GitHub in this case. Use the command documented on the home of the repository to clone it to your local work environment. In this example, we run:
...