Closed yamamoto-febc closed 5 years ago
d.Set("records", records)
で以下のようなエラーが発生している。
error: records.0.priority: '' expected type 'int', got unconvertible type 'string'
現在は全体的にd.Set
の戻り値であるerrorはハンドルしていないためにエラーが発生してもrecords
のみセットされずにスキップされている状態。
対応を進めるとともに、#485 で進めているd.Set
の戻り値ハンドリングをv1にバックポートするようにする。
terraform import sakuracloud_dns.foobar <ID>
を実行するとrecords
が空の状態でtfstateが生成される。