chore: some more docs

This commit is contained in:
Stefan Reimer 2021-11-15 18:37:52 +01:00
parent 7b4438ec5c
commit 0a4c5ba6ed
1 changed files with 11 additions and 0 deletions

View File

@ -12,6 +12,17 @@ First class support for:
`$ 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