Skip to content

Releases: pulumi/pulumi-terraform-module

v0.0.6

21 Mar 05:45
9103ea1
Compare
Choose a tag to compare

Release v0.0.6

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

07 Mar 17:16
e50851f
Compare
Choose a tag to compare

Release v0.0.5

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

28 Feb 16:24
95f730f
Compare
Choose a tag to compare

Release v0.0.4

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

27 Feb 02:30
650d084
Compare
Choose a tag to compare

Release v0.0.3

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

14 Feb 14:19
d918483
Compare
Choose a tag to compare

Release v0.0.2

What's Changed

New Contributors

Full Changelog: https://github.com/pulumi/pulumi-terraform-module/commits/v0.0.2

v0.0.1

13 Feb 16:00
Compare
Choose a tag to compare

What's Changed

  • Scaffold the parameterized provider by @t0yv0 in #1
  • Bump github.com/golang/glog from 1.2.2 to 1.2.4 in the go_modules group across 1 directory by @dependabot in #2
  • Define provider parameters by @t0yv0 in #3
  • Stubs for GetSchema by @t0yv0 in #4
  • Scaffold a preview test by @t0yv0 in #5
  • Pass a basic pulumi preview test by @t0yv0 in #6
  • Add tofu installer by @corymhall in #20
  • Store state in a helper ModuleState resource by @t0yv0 in #24
  • chore: basic CI checks by @t0yv0 in #26
  • Vendor necessary code from opentofu by @t0yv0 in #30
  • chore: remove unix sockets in favor of rpcutil by @t0yv0 in #46
  • Initial implementation of schema inference by @Zaid-Ajaj in #27
  • Transform module inputs to tf json file by @corymhall in #29
  • Run terraform commands by @corymhall in #54
  • Basic output type inference by @Zaid-Ajaj in #51
  • Run plan and parse results by @corymhall in #52
  • Expose UnmarshalPropertyValue by @t0yv0 in #59
  • chore: tidy tfsandbox interface a little by @t0yv0 in #60
  • ci: configure aws test account for integration tests by @t0yv0 in #66
  • chore: unskip a working test by @t0yv0 in #69
  • chore: cross-link some of the TODOs to tickets by @t0yv0 in #72
  • Scaffold child resources by @t0yv0 in #55
  • Run TF Apply during pulumi up by @VenelinMartinov in #65
  • Teach tfsandbox to read and write state by @t0yv0 in #83
  • chore: commit generated SDKs for visual verification by @t0yv0 in #75
  • Permit local modules schema inference by @t0yv0 in #85
  • Plan correctly handles unknown values by @corymhall in #86
  • Test a local module end to end by @t0yv0 in #87
  • Require packageName parameterization by @Zaid-Ajaj in #93
  • Connect state by @t0yv0 in #91
  • chore: cross-link more TODO items by @t0yv0 in #101
  • devdocs: remove abbreviations to reuse the regular terms by @t0yv0 in #106
  • internal: use a plan store for the plan and state side channel by @t0yv0 in #104
  • Add AWS Lambda integration test by @guineveresaenger in #99

New Contributors

Full Changelog: https://github.com/pulumi/pulumi-terraform-module-provider/commits/v0.0.1