From b56ad567b171758407bf00ad562f19577d17da48 Mon Sep 17 00:00:00 2001 From: Krystian Panek Date: Thu, 16 May 2024 08:42:41 +0200 Subject: [PATCH] Doc --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ade807a0..7894705f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ AEMC is a versatile tool for managing Adobe Experience Manager (AEM) instances. * [CLI - Overview](#cli---overview) * [CLI - Screenshots](#cli---screenshots) * [CLI - AEM Project Quickstart](#cli---aem-project-quickstart) + * [IaaC Providers](#iaac-providers) * [Ansible Collection](#ansible-collection) * [Go Scripting](#go-scripting) * [Dependencies](#dependencies) @@ -184,8 +185,19 @@ Simply run command with appending [task variable](https://taskfile.dev/usage/#va sh taskw aem:build AEM_BUILD_ARGS="-PfedDev -DskipTests -pl '!ui.tests'" ``` +## IaaC Providers + +The tool is designed to be used in Infrastructure as a Code (IaaC) solutions such as [Terraform](https://www.terraform.io/) or [Pulumi](https://www.pulumi.com/). + +See separate projects based on AEM Compose: + +- Terraform Provider: +- Pulumi Provider: + ## Ansible Collection +The tool is designed to be used in Ansible playbooks and roles. + See a separate project based on AEM Compose: ## Go Scripting