freezing-umbrella-5483
05/06/2022, 11:48 PMvictorious-church-57397
05/07/2022, 12:08 PMfreezing-umbrella-5483
05/07/2022, 12:21 PMvictorious-church-57397
05/07/2022, 12:24 PMfreezing-umbrella-5483
05/07/2022, 12:32 PMgreat-sunset-355
05/10/2022, 5:12 PMfreezing-umbrella-5483
05/10/2022, 5:14 PMgreat-sunset-355
05/10/2022, 5:16 PMfreezing-umbrella-5483
05/10/2022, 5:17 PMgit push
of my IaC code. The pipeline fetches the code and updates itself.great-sunset-355
05/10/2022, 5:20 PMfreezing-umbrella-5483
05/10/2022, 5:22 PMgreat-sunset-355
05/10/2022, 5:22 PMfreezing-umbrella-5483
05/10/2022, 5:24 PMgreat-sunset-355
05/10/2022, 5:29 PMfreezing-umbrella-5483
05/10/2022, 6:20 PMif I need to disable anything it's as simple as commenting out a few lines of YAML file.You're missing the point - I'm saying I want to change a line in my Pulumi code, and that should not only mutate the infra, but the pipelines as well - for example, provision new ones. I don't want to make any manual changes to yaml.
you can read CDK Pipelines code to get the idea what would you need to do with PulumiMy issue is that I don't have much experience with Pulumi, so I wouldn't know what it would take to achieve it. I was hoping this was a solved problem, that's why I asked here.
great-sunset-355
05/10/2022, 6:31 PMinfra/
app/1
app/2
so every time you add something to app/*
the infra code will look there and creates/removes action/job/stage - but I think with CodePipeline it's going to be a lot of codestocky-restaurant-98004
05/10/2022, 11:26 PMfreezing-umbrella-5483
05/11/2022, 9:44 AMpulumi up
provision CI/CD pipelines that will in turn use pulumi up
to deploy the app itself, and have it all dynamic and within a single app. Not sure I explained it well, but you know what I'm talking about, having worked with CDK pipelines yourself.
Appreciate the feature request!