numerous-lifeguard-13411
06/15/2020, 4:24 PMindex.ts
file more dynamic? I'm trying to modify an SG in runtime--make a permissive one, then bring up the instance and allow it to update packages, and then (hopefully) make the SG more restrictive. Does plumi + typescript allow that in some fashion?little-cartoon-10569
06/16/2020, 8:37 PMup
changes an actual state into a desired in as close to a single action as is feasible. If I were to attempt what you're describing, I'd look at calling pulumi twice: first create the permissive SG and instance, then change the project to reflect the real desired state.