Skip to content

Releases: pulumi/pulumi-terraform-bridge

v3.58.0

30 Aug 16:37
2a97311
Compare
Choose a tag to compare

What's Changed

  • Avoid NaN in JSON serialization by @lukehoban in #1340
  • Fix import section parsing to accommodate new format found in pulumi-aws by @t0yv0 in #1345

Full Changelog: v3.57.0...v3.58.0

v3.57.0

11 Aug 19:18
0d040df
Compare
Choose a tag to compare

What's Changed

Breaking

  • Add logging context to PreConfigureCallback and PreCheckCallback by @iwahbe in #1333 - this change should not break most users of the bridge, but technically this is a breaking change for the signature of internally used but publicly exported functions such as tfbridge.MakeTerraformInput; these functions now accept a Context object to propagate it to callbacks idiomatically.

Fixes

  • Avoid spurious diffs caused by schema.NormalizeObjectFromLegacySDK by @t0yv0 in #1330

Full Changelog: v3.56.2...v3.57.0

pf/v0.16.0

14 Sep 20:18
0d040df
Compare
Choose a tag to compare
Avoid spurious diffs caused by schema.NormalizeObjectFromLegacySDK (#…

…1330)

* Opt out of legacy value normalizaton under CtyInstanceState flag

This is a surgical fix for a WAFv2 WebACL permanent diff issue in AWS.

Calling NormalizeObjectFromLegacySDK for state is avoided to prevent unexpected diffs.

* Reduce diff

* Lint

v3.56.2

07 Aug 20:23
801d870
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.56.1...v3.56.2

v3.56.1

07 Aug 12:58
beeec37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.56.0...v3.56.1

pf/v0.15.2

07 Aug 13:00
e059ff2
Compare
Choose a tag to compare

What's Changed

Full Changelog: pf/v0.15.0...pf/v0.15.2

pf/v0.15.1

07 Aug 08:16
beeec37
Compare
Choose a tag to compare

What's Changed

Full Changelog: pf/v0.15.0...pf/v0.15.1

v3.56.0

03 Aug 20:29
4273d5c
Compare
Choose a tag to compare

What's Changed

  • Add resource option PreCheckCallback by @iwahbe in #1310
  • Autonaming: deprecate DefaultInfo.From by @t0yv0 in #1316
  • Permit computed default values to consult PriorState of the resource by @t0yv0 in #1318

Fixes:

  • Fix missing RawConfig during refresh by @iwahbe in #1312
  • Fix automatically converting default values to the expected type (bool and number to string) @iwahbe in #1322

Full Changelog: v3.55.0...v3.56.0

pf/v0.15.0

03 Aug 21:00
263a7fc
Compare
Choose a tag to compare

What's Changed

  • Implement AutoName support for Plugin Framework based providers by @t0yv0 in #1321

Full Changelog: pf/v0.14.1...pf/v0.15.0

v3.55.0

31 Jul 22:24
a5ef681
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.54.3...v3.55.0