This message was deleted.
# general
s
This message was deleted.
g
Copy code
{
    "version": 3,
    "checkpoint": {
        "stack": "k8s.prod",
        "latest": {
            "manifest": {
                "time": "2021-03-23T20:21:39.663781-04:00",
                "magic": "b440e717c6cef8e29267ff18679a2b8540b8fbf85b537601c23feda7afb386ab",
                "version": "v2.23.1"
            },
This command runs, but ends up not actually importing any resources.
Copy code
pulumi import --file ./k8s.prod-1616545302453665000.checkpoint.json
o
I think you should be using
pulumi stack import ...
g
This is super confusing, but it looks like the checkpoint file’s format is slightly different from what it needs to be to work with
pulumi stack import
. The Python script in the linked issue worked for me though.
🙌 2
d
yeah I was there just yesterday