docs: tweaks
ZeroDownTime/CloudBender/pipeline/head This commit looks good Details

master v0.13.2
Stefan Reimer 9 months ago
parent 06c34a6afe
commit a859415a9d

@ -1,4 +1,4 @@
# ![Logo](cloudbender.png) CloudBender
# ![Logo](https://git.zero-downtime.net/ZeroDownTime/CloudBender/media/branch/master/cloudbender.png) CloudBender
# About
@ -13,16 +13,16 @@ 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.
## Cloudformation
All state is handled by AWS Cloudformation.
The required account and region are determined by CloudBender automatically from the configuration.
# CLI

@ -8,10 +8,10 @@ dynamic = ["version"]
authors = [
{ name="Stefan Reimer", email="stefan@zero-downtime.net" },
]
description = "Toolset to render and manage AWS Cloudformation"
description = "Deploy and maintain infrastructure in automated and trackable manner"
readme = "README.md"
license = "AGPL-3.0-or-later"
requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"boto3",
"mock",

Loading…
Cancel
Save