Igor Ajdišek

Results 3 issues of Igor Ajdišek

If system has $TMPDIR set in environment we should use that as our TMPDIR. For example, one might have TMPDIR set to a different disk/partition which is now being ignored.

Terraform v0.9.1 (same issue also on v0.8.x) terraform-provider-softlayer: deeab85 (current master) (same issue also on 1.4.0) When destroying more than a dozen private VSIs it fails with the following errors:...

xmlrpc bug

Hi I'm having issue creating simple dns domain. main.tf: ```main.tf resource "softlayer_dns_domain" "main" { name = "test.com" } ``` terraform apply: ``` softlayer_dns_domain.main: Creating... name: "" => "test.com" serial: ""...

xmlrpc bug