equinix / terraform-equinix-metal-openstack

OpenStack Cloud on Equinix Metal
https://registry.terraform.io/modules/equinix/openstack/metal/latest
Apache License 2.0
13 stars 12 forks source link

default project name should be unique #59

Closed displague closed 2 years ago

displague commented 3 years ago

The default project name is currently "baremetal-anthos".

The first commit in this PR changes that to something more accurate.

The goal is to make this a prefix variable so that the generated project names will be unique. We can see examples of this on terraform-metal-vsphere.

This PR should attempt to cover #58 too.