Pulumi Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
=State and Backends= | =State and Backends= | ||
{{External|https://www.pulumi.com/docs/intro/concepts/state/}} | |||
==Service Backend== | ==Service Backend== | ||
=Configuration= | =Configuration= | ||
{{External|https://www.pulumi.com/docs/intro/concepts/config/#configuration}} | {{External|https://www.pulumi.com/docs/intro/concepts/config/#configuration}} |
Revision as of 19:54, 15 December 2021
Internal
TODO
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.