Pulumi Resource: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://www.pulumi.com/docs/intro/concepts/resources/ =Internal= * Pulumi Concepts =Overview= Pulumi understands dependencies betwee...")
 
Line 6: Line 6:
=Overview=
=Overview=
Pulumi understands dependencies between resources and uses the relationship between resources to maximize execution parallelism and ensure correct ordering when a stack is instantiated.
Pulumi understands dependencies between resources and uses the relationship between resources to maximize execution parallelism and ensure correct ordering when a stack is instantiated.
=Organizatorium=
<font color=darkkhaki>
TO PROCESS:
* https://www.pulumi.com/docs/intro/concepts/resources/
* https://www.pulumi.com/docs/reference/pkg/python/pulumi/#the-pulumi-python-resource-model-1
Include [[Pulumi_Concepts_Inputs_and_Outputs#Output|Output]] in conversation.
Other attributes like id, etc.
The UI has a Resource Graph.
</font>


=Property=
=Property=

Revision as of 01:06, 19 January 2022

External

Internal

Overview

Pulumi understands dependencies between resources and uses the relationship between resources to maximize execution parallelism and ensure correct ordering when a stack is instantiated.

Property

Difference between resource and stack inputs/outputs.

Input Property

Output Property