How can I get the resource string for import ( a l...
# general
g
How can I get the resource string for import ( a la ‘awsiam/userUser’) for a resource that comes from a generated terraform provider sdk that doesn’t have a registry page?
specifically this resource but wondering what the general mapping is https://registry.terraform.io/providers/temporalio/temporalcloud/latest/docs/resources/namespace
(I guess I should also ask if import is even supported for SDKs generated from terraform)
when I try using ‘temporalcloudnamespace/namespaceNamespace’ I get the following error:
preview failed: failed to validate provider config: Could not automatically download and install resource plugin ‘pulumi-resource-temporalcloud’ at version v0.8.0, install the plugin using `pulumi plugin install resource temporalcloud v0.8.0`: error downloading provider temporalcloud to file: failed to download plugin: temporalcloud-0.8.0: 403 HTTP error fetching plugin from https://get.pulumi.com/releases/plugins/pulumi-resource-temporalcloud-v0.8.0-darwin-arm64.tar.gz
nvm i see it’s not yet supported but found the workaround here https://github.com/pulumi/pulumi/issues/17289