chore: some more docs
This commit is contained in:
parent
7b4438ec5c
commit
0a4c5ba6ed
11
README.md
11
README.md
@ -12,6 +12,17 @@ First class support for:
|
|||||||
|
|
||||||
`$ pip install cloudbender`
|
`$ pip install cloudbender`
|
||||||
|
|
||||||
|
# State management
|
||||||
|
## Cloudformation
|
||||||
|
All state is handled by AWS Cloudformation.
|
||||||
|
The required account and region are determined by CloudBender automatically from the configuration.
|
||||||
|
|
||||||
|
## Pulumi
|
||||||
|
The state for all Pulumi resources are stored on S3 in your account and in the same region as the resources being deployed.
|
||||||
|
No data is send to nor shared with the official Pulumi provided APIs.
|
||||||
|
|
||||||
|
CloudBender configures Pulumi with a local, temporary workspace on the fly. This incl. the injection of various common parameters like the AWS account ID and region etc.
|
||||||
|
|
||||||
|
|
||||||
# CLI
|
# CLI
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user