This message was deleted.
s
This message was deleted.
e
Oh circular updates are hard! We had a blog post about this a while ago which discussed some hacks you can do now, and also some proposals for how we could support this properly (tracked at https://github.com/pulumi/pulumi/issues/3021). Might be one of the ideas from the blog posts would work for this, but also vote and comment on that issue so we can track use cases for this.
b
@incalculable-garden-60162 what code do you currently have?
i
Hi, I solved this issue using getRouteTable() . I created the Route table as a separate project. So if I need to add Routes in the future, I can just add route table configuration code and "pulumi up" this Route table code file and not touch the main program. I earlier worked in the AWS AppConfig service where we separate the configuration files from the main code and then deploy them separately. I used that logic here and it worked.