/pulumi-circular-dependencies

This is a POC for solving circular dependencies across Pulumi stacks.

Primary LanguageTypeScript

Pulumi Circular Dependencies

This repo is a POC for solving circular dependencies in Pulumi.

The imported dependencies can be used like so:

const value = getDependency({
  stack: 'name-of-stack'
  property: 'yourPropertyExportedFromStack',
  type: ImportType.String,
});

Circular Dependency Diagram