Release v2.0.0
What's Changed
⚠️ Terraform state is changed⚠️ - Removes the submodule (eliminates nested module)
- Changes the index of the locals by using an md5sum
- Shortens the whole module and reduces its complexity
How to import the terraform state:
terraform import 'cloudflare_record.this["<MD5>"]' <ZONE_ID>/<RECORD_ID>
<MD5>
This is the locals index value you can ses duringterraform plan
<ZONE_ID>
Cloudflare zone ID<RECORD_ID>
You can see our documentation how to obtain it[1]
Once you have imported the state, you will still need to execute a terraform apply
which will update the imported record further.