Pulumi Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 16: Line 16:
{{External|https://www.pulumi.com/docs/intro/concepts/stack/}}
{{External|https://www.pulumi.com/docs/intro/concepts/stack/}}
{{External|https://www.pulumi.com/docs/intro/concepts/stack/#stackreferences}}
{{External|https://www.pulumi.com/docs/intro/concepts/stack/#stackreferences}}
=Inputs and Outputs=
=Inputs and Outputs=
{{External|https://www.pulumi.com/docs/intro/concepts/inputs-outputs/}}
{{External|https://www.pulumi.com/docs/intro/concepts/inputs-outputs/}}

Revision as of 19:52, 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.

Supported Programming Languages

https://www.pulumi.com/docs/intro/languages/

Project

https://www.pulumi.com/docs/intro/concepts/project/#projects

Resource

Stack

https://www.pulumi.com/docs/intro/concepts/stack/
https://www.pulumi.com/docs/intro/concepts/stack/#stackreferences

Inputs and Outputs

https://www.pulumi.com/docs/intro/concepts/inputs-outputs/

State and Backends

Service Backend