It is not safe to add organization owners to the collaborator email list. terraform destroy will fail with:
Error: API Error HTTP 422 At least one Admin is required.; Cannot remove the Organization Owner
To remedy this, remove yourself from the email list and run:
terraform state rm 'module.lab["me@example.com"].equinix_metal_organization_member.user
This probably could also be address on the Terraform Equinix Provider side by warning, rather than erroring, when a membership is removed for an owner (which can be discovered from the organization's owners property).
It is not safe to add organization owners to the collaborator email list.
terraform destroy
will fail with:To remedy this, remove yourself from the email list and run:
This probably could also be address on the Terraform Equinix Provider side by warning, rather than erroring, when a membership is removed for an owner (which can be discovered from the organization's owners property).