Closed thewellington closed 5 years ago
This work was covered under #33 and PR #41 .
The behaviour is described in the ticket #33 but the status code logic is recapped here:
The terraform provider now has reduced logging for most output, i.e. at INFO level. The verbose output has been demoted to trace level.
This issue is resolved in v.0.11.1
Terraform Version
11.13
Affected Resource(s)
Skytap's API is pretty good about returning status codes and error messages for every API call. Handling these calls throughout the product instead of simply retrying and timing out would allow end users to effectively determine where things have gone wrong.
References