Pulumi Resource: Difference between revisions
Jump to navigation
Jump to search
(→Type) |
(→Type) |
||
Line 18: | Line 18: | ||
Type Name Plan Info | Type Name Plan Info | ||
pulumi:pulumi:Stack my-project-my-stack | pulumi:pulumi:Stack my-project-my-stack | ||
└─ <font color=indigo><b>datadog:index:Dashboard</b | └─ <font color=indigo><b>datadog:index:Dashboard</b></font> Test Dashboard | ||
</font> | </font> | ||
Revision as of 03:28, 9 April 2022
External
- https://www.pulumi.com/docs/intro/concepts/resources/
- https://www.pulumi.com/docs/reference/pkg/python/pulumi/#the-pulumi-python-resource-model-1
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.
Type
The "short form" of the resource type can be obtained with pulumi preview
:
Previewing update (my-org/my-project/my-stack)
Type Name Plan Info pulumi:pulumi:Stack my-project-my-stack └─ datadog:index:Dashboard Test Dashboard
Property
Difference between resource and stack inputs/outputs.
Input Property
Output Property
Organizatorium
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 Output in conversation.
Other attributes like id, etc.
The UI has a Resource Graph.
Resource Types:
- pulumi:pulumi:Stack
- pulumi:pulumi:StackReference
- pulumi:providers:kubernetes
- pulumi:providers:pulumi
- kubernetes:helm.sh/v3:Chart
- kubernetes:core/v1:Service
- kubernetes:core/v1:ConfigMap
- kubernetes:apps/v1:Deployment