ClickHouse / terraform-provider-clickhouse

Terraform Provider for ClickHouse Cloud
Apache License 2.0
21 stars 7 forks source link

Fix potential nil pointer panic while waiting for an instance to come up #128

Closed whites11 closed 2 months ago

whites11 commented 2 months ago

In this for loop, we keep assigning the latest service to the s variable. If the API call, s becomes niil and the next loop we don't have an ID to get the service for any more.

this PR fixes this issue