You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most of the time, error at creation time for some VMs.
Error: Error creating route: 400 Bad Request
with outscale_route.default,
on main.tf line 48, in resource "outscale_route" "default":
48: resource "outscale_route" "default" {
Error: Error launching source VM: 400 Bad Request {
"Errors": [
{
"Code": "4019",
"Details": "The provided value ('{name}') for the parameter 'Device' is invalid.",
"Type": "InvalidParameterValue"
}
],
"ResponseContext": {
"RequestId": "f948a53c-6669-41de-b9f4-c7b95e294323"
}
}
with outscale_vm.test2[0],
on main.tf line 143, in resource "outscale_vm" "test2":
143: resource "outscale_vm" "test2" {
Steps to Reproduce
Use proper access and secret key in the provider block then:
terraform init
terraform apply -auto-approve
You may have to do multiple destroy/apply to trigger the error.
The text was updated successfully, but these errors were encountered:
Hi,
Terraform errors at VM creation very often with this kind of config.
The CreateVms POSTs sent to the API seems fine.
Terraform Version
Terraform Configuration Files
Debug Output
$ TF_LOG=TRACE terraform apply -no-color -auto-approve 2>&1 | tee /tmp/tf_trace.out
https://gist.github.com/wibru/c27dee54a6bbf3a5f440eabad8ef6f83
Expected Behavior
VM are created successfully
Actual Behavior
The most of the time, error at creation time for some VMs.
Steps to Reproduce
Use proper access and secret key in the provider block then:
terraform init
terraform apply -auto-approve
You may have to do multiple destroy/apply to trigger the error.
The text was updated successfully, but these errors were encountered: