opentelekomcloud / terraform-otc

Terraform integration modules for Open Telekom Cloud
22 stars 19 forks source link

terraform crashes at first plan (not apply) #21

Open deknos opened 6 years ago

deknos commented 6 years ago

Hi, my opentelekomcloud plugin with terraform crashes these days. it worked at one point. i also submitted that crash to terraform, but i have the feeling, the otc plugin is the problem, here my description:

$ terraform -v
Terraform v0.11.7
+ provider.openstack v1.7.0

Terraform Configuration Files

my configuration files are in http://gbks.net/tf.zip (about 20kb size) without credentials of course :> i use the opentelekom cloud plugin. i am not entirely sure if this is the right bugtracker or if i should go to opentelekomcloud plugin..

Debug Output

after terraform init ; the call for terraform apply fails, the tracelogs for it are in http://gbks.net/tracelogs.zip

Crash Output

crash.log is in the aforementioned http://gbks.net/tf.zip

Expected Behavior

i know that the configuration works. i did it at one time.

Actual Behavior

crash

Steps to Reproduce

  1. use my config and have correct credentials for OTC
  2. terraform init
  3. terraform plan
  4. crash comes.

Additional Context

I use the opentelekomcloud

deknos commented 6 years ago

it is PLAN, not the apply stage where it fails!

Crapworks commented 5 years ago

Hi @deknos,

I've tried to reproduce the error with the current openstack provider (v1.10.0) and the same terraform version as yours (v0.11.7) and everything was working fine. Can you please test again with the current openstack provider and check if the problem still exists?

Cheers, Christian