mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
fix(pulumi): correct table formatting
This commit is contained in:
@@ -34,14 +34,14 @@
|
|||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
| Concept | ELI5 summary | Notes |
|
| Concept | ELI5 summary | Notes |
|
||||||
| ------------------- | ---------------------------------------------------------- | ------------------------------------------------------------------------------------ |
|
| ------------------------------- | ---------------------------------------------------------- | ------------------------------------------------------------------------------------ |
|
||||||
| [Project][projects] | Any folder that contains a `Pulumi.yaml` file | Collection of code |
|
| [Project][projects] | Any folder that contains a `Pulumi.yaml` file | Collection of code |
|
||||||
| [Program][programs] | The code in a project | Defines resources |
|
| [Program][programs] | The code in a project | Defines resources |
|
||||||
| [Stack][stacks] | An isolated, independent instance of a _program_ | Has its own _configuration_ and _state_<br/>Usually defines an environment or branch |
|
| [Stack][stacks] | An isolated, independent instance of a _program_ | Has its own _configuration_ and _state_<br/>Usually defines an environment or branch |
|
||||||
| [Configuration][configurations] | The specific data used in a _stack_ | Each _stack_ has its own _configuration_ |
|
| [Configuration][configurations] | The specific data used in a _stack_ | Each _stack_ has its own _configuration_ |
|
||||||
| [State][states] | Metadata about resources in a _stack_ | Each _stack_ has its own _state_ |
|
| [State][states] | Metadata about resources in a _stack_ | Each _stack_ has its own _state_ |
|
||||||
| [Backend][backends] | Storage place for one or more _projects_' sets of _states_ | |
|
| [Backend][backends] | Storage place for one or more _projects_' sets of _states_ | |
|
||||||
|
|
||||||
When a stack is not explicitly requested in a command (`-s`, `--stack`), Pulumi defaults to the currently selected
|
When a stack is not explicitly requested in a command (`-s`, `--stack`), Pulumi defaults to the currently selected
|
||||||
one.<br/>
|
one.<br/>
|
||||||
|
|||||||
Reference in New Issue
Block a user