This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Description
I gave it a try but get the following error:
openstack_compute_instance_v2.test: Creating...
access_ip_v4: "" => "<computed>"
access_ip_v6: "" => "<computed>"
flavor_id: "" => "0e2b8841-d764-49b4-b2ac-24c8df2c6806"
flavor_name: "" => "<computed>"
image_id: "" => "b0e68d0f-e963-44fb-b347-64d0214c3fa1"
image_name: "" => "<computed>"
key_pair: "" => "webofmars"
metadata.%: "" => "2"
metadata.key1: "" => "value1"
metadata.key2: "" => "value2"
name: "" => "test"
network.#: "" => "<computed>"
region: "" => "GRA1"
security_groups.#: "" => "1"
security_groups.4002270276: "" => "ssh"
stop_before_destroy: "" => "false"
Error applying plan:
1 error(s) occurred:
* openstack_compute_instance_v2.test: Error creating OpenStack server: Invalid request due to incorrect syntax or missing required parameters.
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
Any idea how this can be trace ? and how to make it work ?
Thxs