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

This commit is contained in:
Stefan Reimer 2022-06-28 13:45:51 +02:00
parent 06c34a6afe
commit a859415a9d
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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",