Pulumi Concepts: Difference between revisions
Jump to navigation
Jump to search
(→TODO) |
|||
Line 3: | Line 3: | ||
=TODO= | =TODO= | ||
* https://www.pulumi.com/docs/intro/concepts/#overview | * https://www.pulumi.com/docs/intro/concepts/#overview | ||
=Overview= | |||
=Pulumi vs Terraform= | =Pulumi vs Terraform= | ||
{{External|https://www.pulumi.com/docs/intro/vs/terraform/}} | {{External|https://www.pulumi.com/docs/intro/vs/terraform/}} |
Revision as of 21:19, 30 December 2021
Internal
TODO
Overview
Pulumi vs Terraform
Also see:
Program
A program describes how the cloud infrastructure should be composed. It can be written in Python, TypeScript or Go. Infrastructure is declared by allocating resource objects whose properties correspond to the desire state of the infrastructure. It is recommended to group resource with common lifecycles together.
Supported Programming Languages
Project
Resource
Stack
Stack References
Inputs and Outputs
Stack Output
Stack outputs can be shared with other teams.