Pulumi Concepts

From NovaOrdis Knowledge Base
Revision as of 20:37, 15 December 2021 by Ovidiu (talk | contribs) (→‎Stack)
Jump to navigation Jump to search

Internal

TODO

Pulumi vs Terraform

https://www.pulumi.com/docs/intro/vs/terraform/

Also see:

Terraform

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/

Stack References

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

Inputs and Outputs

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

Stack Output

Stack outputs can be shared with other teams.

State and Backends

https://www.pulumi.com/docs/intro/concepts/state/

Service Backend

Configuration

https://www.pulumi.com/docs/intro/concepts/config/#configuration

Secrets

https://www.pulumi.com/docs/intro/concepts/secrets/