diff --git a/README.md b/README.md index 115db73..39ee840 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Built on top of [AEM Compose](https://github.com/wttech/aemc). ```hcl resource "aem_instance" "single" { - depends_on = [aws_instance.aem_single, aws_volume_attachment.aem_single_data] + depends_on = [aws_instance.aem_single, aws_volume_attachment.aem_single_data]ยง client { type = "ssh" diff --git a/examples/ssh/aem.tf b/examples/ssh/aem.tf index ceb35bb..fcb7b3c 100644 --- a/examples/ssh/aem.tf +++ b/examples/ssh/aem.tf @@ -10,12 +10,14 @@ resource "aem_instance" "single" { private_key_file = local.ssh_private_key # cannot be put into state as this is OS-dependent } } - compose { - version = "1.5.8" - data_dir = local.aem_single_compose_dir + /* TODO support this as well + files = { + "lib" = "${local.aem_single_compose_dir}/aem/home/lib" } - hook { - bootstrap = <