Pulumi Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
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.
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.
=Project=
=Project=
=Resource=
=Stack=

Revision as of 19:43, 15 December 2021

Internal

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.

Project

Resource

Stack