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

add ability to bring your own EM project id or name the created project #55

Closed displague closed 3 years ago

displague commented 3 years ago

Adds the ability to bring your own Equinix Metal Project ID.

Fixes #54 (not sure how, but the tests should help confirm) Fixes #50

displague commented 3 years ago

The automation now gets significantly further:

Error: Could not find matching reserved block, all IPs were []

  on ProviderNetwork.tf line 6, in data "metal_precreated_ip_block" "private_ipv4":
   6: data "metal_precreated_ip_block" "private_ipv4" {

Error: Could not find matching reserved block, all IPs were []

  on ProviderNetwork.tf line 24, in data "metal_precreated_ip_block" "public_ipv6":
  24: data "metal_precreated_ip_block" "public_ipv6" {

I'll open a new issue for this. Merging this PR.