From 10a670dbab05abacca6f19e969d8d09bf164438e Mon Sep 17 00:00:00 2001 From: Kat Morgan Date: Mon, 18 Nov 2024 06:20:27 +0000 Subject: [PATCH] update to new docs refactor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d1ec1f..bc48c9e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Konductor leverages modern Infrastructure as Code (IaC) practices using Pulumi a ## Features -- **Cloud-Agnostic Architecture**: Deploy infrastructure across AWS, Azure, and GCP using a unified codebase. +- **Cloud-Agnostic Architecture**: Deploy infrastructure across AWS, Azure, GCP, and Bare Metal Kubernetes from a unified codebase. - **Compliance Automation**: Integrate compliance controls directly into your infrastructure code. - **Type-Safe Infrastructure as Code**: Leverage Python's type annotations and `TypedDict` for reliable and maintainable code. - **Modular Design**: Build reusable modules that can be developed and deployed independently.