Releases: pulumi/pulumi-terraform-module
Releases · pulumi/pulumi-terraform-module
v0.0.6
Release v0.0.6
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #196
- Use a shared cache directory for provider plugins by @corymhall in #185
- Save tofu lockfile to preserve provider choices by @corymhall in #184
- Update dependencies by @t0yv0 in #202
- [test] Compare diffs rather than text by @pgavlin in #206
- Update GitHub Actions workflows. by @pulumi-bot in #210
- [ux] Stream logs from tofu by @pgavlin in #204
- Add Go Language info to package schema by @guineveresaenger in #213
- Make Warn and Error log levels sticky by @guineveresaenger in #217
- Add Python end to end test by @guineveresaenger in #215
- Fix inconsistent plan error by @corymhall in #218
- Update GitHub Actions workflows. by @pulumi-bot in #221
- Remove TF_PLUGIN_CACHE_DIR usage by @corymhall in #223
- Add rds example test by @corymhall in #219
- Add additional instructions for YAML by @guineveresaenger in #226
- Add yaml e2e test using Bucket by @guineveresaenger in #224
- Restore terraform error logging by @corymhall in #222
- Log the human readable plan to debug log by @corymhall in #227
- Add eks example test by @corymhall in #229
- Add basic e2e test for Dotnet by @guineveresaenger in #230
- Increase test shards to 4 by @corymhall in #233
- Fix dependency handling by @t0yv0 in #179
New Contributors
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Release v0.0.5
What's Changed
- Add schema tests for sensitive values by @corymhall in #160
- Fix tofu executable caching by @t0yv0 in #161
- Update GitHub Actions workflows. by @pulumi-bot in #167
- Update GitHub Actions workflows. by @pulumi-bot in #172
- Amendments to exposing provider configurations PR by @t0yv0 in #171
- Surface and display module inputs in the Diff console output by @guineveresaenger in #162
- Update GitHub Actions workflows. by @pulumi-bot in #177
- Add attach method to enable debugging by @corymhall in #173
- Fix number encoding from tofu plan and state json by @corymhall in #175
- Refresh support by @t0yv0 in #176
- Update GitHub Actions workflows. by @pulumi-bot in #180
- Update GitHub Actions workflows. by @pulumi-bot in #192
- Expose provider config by @Zaid-Ajaj in #164
- Update README.md by @t0yv0 in #193
- README: phase/maturity note by @t0yv0 in #194
Full Changelog: v0.0.4...v0.0.5
v0.0.4
Release v0.0.4
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #157
- Speedup TFSandbox by @t0yv0 in #150
- Remove opentofu vendoring by @t0yv0 in #156
- Add tests for different schema types by @corymhall in #154
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Release v0.0.3
What's Changed
- Ensure provider is re-built in tests by @guineveresaenger in #126
- Handle unknown inputs to the module by @corymhall in #105
- Use correct component name for Delete sandbox file by @guineveresaenger in #127
- Convert Terraform
any
type topulumi.json#/Any
type by @corymhall in #131 - Fix converting sensitive values from state by @corymhall in #128
- Fix hanging updates by @t0yv0 in #134
- Use linker-supplied version by @t0yv0 in #135
- Update GitHub Actions workflows. by @pulumi-bot in #137
- Use existing tofu binary if it exists by @corymhall in #133
- Fix data resources shouldn't be registered as Pulumi resources by @corymhall in #140
- Handle Pulumi secret inputs to the module by @corymhall in #123
- Update GitHub Actions workflows. by @pulumi-bot in #146
- Add .pulumi/bin to PATH in tests by @corymhall in #147
- Mark module state as secret by @corymhall in #143
- Implement module outputs by @Zaid-Ajaj in #132
- Update GitHub Actions workflows. by @pulumi-bot in #152
- Register child resources using self package reference by @Zaid-Ajaj in #153
- Pass input properties to delete by @guineveresaenger in #144
New Contributors
- @pulumi-bot made their first contribution in #137
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Release v0.0.2
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
- Update resource inputs to handle unknowns and secrets by @corymhall in #102
- Onboard to ci-mgmt by @t0yv0 in #110
- USAGE section by @t0yv0 in #116
- Enable Destroy by @guineveresaenger in #112
New Contributors
- @dependabot made their first contribution in #2
- @corymhall made their first contribution in #20
- @Zaid-Ajaj made their first contribution in #27
- @VenelinMartinov made their first contribution in #65
- @guineveresaenger made their first contribution in #99
Full Changelog: https://github.com/pulumi/pulumi-terraform-module/commits/v0.0.2
v0.0.1
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
- @dependabot made their first contribution in #2
- @corymhall made their first contribution in #20
- @Zaid-Ajaj made their first contribution in #27
- @VenelinMartinov made their first contribution in #65
- @guineveresaenger made their first contribution in #99
Full Changelog: https://github.com/pulumi/pulumi-terraform-module-provider/commits/v0.0.1