Commit 472fcce
authored
Expose methods for MakeTerraformInputsWithOptions (#3179)
Exposing MakeTerraformInputsWithOptions so that we can consume this in
the pulumi-service. This will allow us to perform server side
conversions into terraform formats that can be used in upcoming
integrations. See pulumi/pulumi-service#33261
This PR exposes the following methods for use by an internal dependency:
## Exported Function
- MakeTerraformInputsWithoutDefaults - Creates Terraform inputs from
Pulumi property maps explicitly disabling default values
## Important Notes
1 parent ac30239 commit 472fcce
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
345 | 358 | | |
346 | 359 | | |
347 | 360 | | |
| |||
0 commit comments