-
Notifications
You must be signed in to change notification settings - Fork 258
Closed
Labels
kind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of specresolution/fixedThis issue was fixedThis issue was fixed
Description
The code samples showing how to reference TF state on https://www.pulumi.com/docs/iac/adopting-pulumi/migrating-to-pulumi/from-terraform/#how-to-use-the-converter need to be updated:
- The examples still use an old version of the Terraform provider that no longer exists, and should be updated to demonstrate the Functions present in the new TF provider, rather than the RemoteStateReference resource..
- JavaScript examples should be removed (need to confirm)
- Java and YAML examples should be present
- The only supported backends with the current provider are
localandremote. Additional backends can be added upon request. If a user wants this support they should comment on an issue in https://github.com/pulumi/pulumi-terraform/issues or add a new issue if the backend is not already in an existing issue.
Metadata
Metadata
Assignees
Labels
kind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of specresolution/fixedThis issue was fixedThis issue was fixed