Skip to content

Releases: Flaconi/terraform-cloudflare-records

v2.0.0 🌈

20 Sep 15:50
13b9883
Compare
Choose a tag to compare

Release v2.0.0

⚠️ This is a breaking change to all v1.x.x versions and will require all current projects to re-import the state based on the new layout.

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 during terraform plan
  • <ZONE_ID> Cloudflare zone ID
  • <RECORD_ID> You can see our documentation how to obtain it[1]

[1] https://github.com/Flaconi/devops-docs/blob/master/doc/howto/tf-cloudflare-import-existing-records-into-tfstate.md

Once you have imported the state, you will still need to execute a terraform apply which will update the imported record further.

PR's

  • OPS-6197 Fix index issue when restructuring tfvars file @cytopia (#11)

v1.4.0 🌈

06 Sep 10:44
1dd1e8a
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

v1.3.0 - Switch from value to content

12 Aug 08:31
9a88d53
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • PLT-0 - Adjust tf module to handle latest version of the provider @Engerim (#9)

v1.2.0 🌈

12 Apr 10:55
3e83463
Compare
Choose a tag to compare

What's Changed

v1.1.0 🌈

10 Apr 08:01
c977503
Compare
Choose a tag to compare

What's Changed

v1.0.0 🌈

07 Feb 15:46
a69bbab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v1.0.0

v0.2.0 🌈

24 Jan 14:43
cb7da49
Compare
Choose a tag to compare

What's Changed

🚀 Features

v0.1.0 🌈 First release

29 Nov 10:36
a778d4c
Compare
Choose a tag to compare

What's Changed

🚀 Features