PulumiAutoHook

Pulumi

PulumiAutoHook provides a custom Pulumi connection type and creates a stack for deploying resources with Pulumi Automation API.

Access Instructions

Install the Pulumi provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

pulumi_programCallablethe Pulumi program callable for creating infrastructure resources.
pulumi_conn_idstrconnection that contains Pulumi stack backend URL, project name, stack name, and other required details about connecting with Pulumi.

Documentation

PulumiAutoHook provides a custom Pulumi connection type and creates a stack for deploying resources with Pulumi Automation API.

Was this page helpful?