inwx / terraform-provider-inwx

INWX Terraform Provider plugin for Terraform
MIT License
19 stars 5 forks source link

Fix matching of records and read of the "name" property #15

Closed dzegarra closed 11 months ago

dzegarra commented 11 months ago

The identifier of inwx_nameserver_record resources is: DOMAIN_NAME:RO_ID, but what was implemented was RECORD_NAME:RO_ID. That made impossible to use the terraform import command and blocks (v1.5+). Also, the value of the record's "name" property was stored in the state as the property "domain". That was fixed as well.