Closed tbroden84 closed 4 weeks ago
Reported issue: https://github.com/cloudamqp/terraform-provider-cloudamqp/issues/299 when using plugin data sources. Both data sources panics with: interface conversion: interface {} is nil, not int.
interface conversion: interface {} is nil, not int
Sleep and timeouts were added wrongly into respective schema: https://github.com/cloudamqp/terraform-provider-cloudamqp/pull/241
Run VCR tests.
WHY are these changes introduced?
Reported issue: https://github.com/cloudamqp/terraform-provider-cloudamqp/issues/299 when using plugin data sources. Both data sources panics with:
interface conversion: interface {} is nil, not int
.Sleep and timeouts were added wrongly into respective schema: https://github.com/cloudamqp/terraform-provider-cloudamqp/pull/241
WHAT is this pull request doing?
HOW can this pull request be tested?
Run VCR tests.