ala `terraform import`?
# general
b
ala
terraform import
?
m
That’s correct. It’s very much on our roadmap, though. :)
b
ok thanks for confirming 💯
s
You can use it though - via the static
get
methods on each resource type
Which is a bit more flexible than Terraform data sources allow
b
right now we have a DNS zone put up in AWS that was manually added
im asked to "bring it under management", so was hoping to have pulumi be able to do it
s
Ah I see - yes exact workflow doesn’t exist yet.
b
ok, then will have to be terraform for now.. thanks!
s
The “temporary fix” for this particular case might be to create a second zone then change the delegation records keeping both live.
b
yea just migrate it essentially allowing a period of time where both exist to handle propagation
s
Lucky that DNS works for that!
👍 1