Releases: Flaconi/terraform-cloudflare-records
Releases · Flaconi/terraform-cloudflare-records
v2.0.0 🌈
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.
PR's
v1.4.0 🌈
v1.3.0 - Switch from value to content
v1.2.0 🌈
v1.1.0 🌈
v1.0.0 🌈
What's Changed
- OPS-5042 Backup repo by @vikkasyousaf in #3
- Update ci by @snovikov in #4
- Update to TF 1.3.x by @snovikov in #5
New Contributors
- @vikkasyousaf made their first contribution in #3
Full Changelog: v0.2.0...v1.0.0