This message was deleted.
# general
s
This message was deleted.
c
A related question is how can I get Pulumi to wait on the creation of certain objects, like the keypair?
To partially answer the last question, using this syntax seems to work. I think this is telling Pulumi to fire off the deployment and not wait around for it to succeed, which allows the code elsewhere to finish creating the secret.
Copy code
annotations={
  "<http://pulumi.com/skipAwait|pulumi.com/skipAwait>": "true"
}
g
what about Resource options depends on?
c
Unfortunately, Pulumi complains that the object I want to use isn’t a “resource”.
Because it’s not a Pulumi object.