Skip to content

Releases: stekern/tfblocks

v0.0.6

14 Apr 19:32
ef790e6

Choose a tag to compare

v0.0.6 (2025-04-14)

Chores

  • Update semantic release config (bef7a94)

  • deps: Update actions/setup-python action to v5.4.0 (#7, 6ea2fa4)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

  • deps: Update actions/setup-python action to v5.5.0 (a38d5c8)

  • deps: Update astral-sh/setup-uv action to v5.3.1 (434be32)

  • deps: Update astral-sh/setup-uv action to v5.4.0 (4bbacc4)

  • deps: Update astral-sh/setup-uv action to v5.4.1 (c3a9113)

  • deps: Update python docker tag to v3.13.2 (87a28ea)

Documentation

Features

  • Improved filtering and support for moved blocks (#9, ef790e6)

Detailed Changes: v0.0.5...v0.0.6

v0.0.5

07 Mar 09:54
299d573

Choose a tag to compare

v0.0.5 (2025-03-07)

Bug Fixes

  • Import id for aws_default_route_table (299d573)

Detailed Changes: v0.0.4...v0.0.5

v0.0.4

07 Mar 06:57

Choose a tag to compare

v0.0.4 (2025-03-07)

Bug Fixes

  • Better support for non-aws providers (69a83d5)

We only have an import ID generator for the AWS provider, but for other providers we can still create the import blocks and do our best at linking to the provider documentation for that specific resource with instructions on how to construct the import ID.


Detailed Changes: v0.0.3...v0.0.4

v0.0.3

04 Mar 20:41

Choose a tag to compare

v0.0.3 (2025-03-04)

Bug Fixes


Detailed Changes: v0.0.2...v0.0.3

v0.0.2

04 Mar 20:39

Choose a tag to compare

v0.0.2 (2025-03-04)

Features


Detailed Changes: v0.0.1...v0.0.2

v0.0.1

04 Mar 18:51

Choose a tag to compare

v0.0.1 (2025-03-04)

Bug Fixes

  • Add link to documentation for default import id (390b0c7)

  • Handle aws_alb resource as aws_lb (1a3985a)

  • Ignore none values (8b00f28)

  • Verify terraform state format version (d957526)

Chores

  • Trigger release (f515961)

  • Update release process (6679ff5)

  • deps: Update actions/checkout action to v4.2.2 (6251e15)

Continuous Integration

Features

  • Restructure, rewrite and improve (c0c191a)

  • Support for supplying files (1ef4525)

  • Support generating removed blocks (82086b8)