is there a way to import an existing Docker image? i see that `pulumi_docker.Image` doesn't have an...
a
is there a way to import an existing Docker image? i see that
pulumi_docker.Image
doesn't have an "id" value anymore, and using the full
image_name
value for
pulumi.ResourceOptions(import_="")
still results in a "create" rather than "import" for
pulumi up