This message was deleted.
# general
s
This message was deleted.
b
hmm, maybe a state delete and an import of the resources (as if we're adopting them fresh from something previously created manually)?
s
That's a valid strategy.
r
Depends on the diff. Some may be achievable via alias
🤔 1
b
ah hah! at least tentatively, that does seem to work, with something like
aliases=[pulumi.Alias(type_="aws-native:ec2:VPC")],
. The
type_
field is documented as existing but that's about it, but between the mention of it and examples in the source code and https://github.com/pulumi/pulumi-aws-native/issues/293 to remind me how to construct type names for aws-native, I made some progress
🙌 1
between both of those options I think I should be able to figure out a good plan. Thanks!
👍 1