We use Pulumi at my org, with TypeScript, and it’s actually genuinely a great experience to be able to have typed outputs of infrastructure.
Example, poorly explained as I’m on mobile:
- create an S3 bucket object
- assign bucket.name to a variable
- use variable as input to the creation of the managed airflow object, which asks for an S3 bucket as part of it’s config
Example, poorly explained as I’m on mobile:
- create an S3 bucket object - assign bucket.name to a variable - use variable as input to the creation of the managed airflow object, which asks for an S3 bucket as part of it’s config