From 9c8f6799e695b888f3e5540bbae62a95b5b9ea15 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Tue, 25 Jul 2023 15:30:17 -0400 Subject: [PATCH] docs: add ebs-volume to builders in main README --- .web-docs/README.md | 3 +++ docs/README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.web-docs/README.md b/.web-docs/README.md index 843160645..e681ee60d 100644 --- a/.web-docs/README.md +++ b/.web-docs/README.md @@ -46,6 +46,9 @@ It is much easier to use and Amazon generally recommends EBS-backed images nowad -backed AMIs from scratch. Works similarly to the `chroot` builder but does not require running in AWS. This is an **advanced builder and should not be used by newcomers**. +- [amazon-ebs-volume](/packer/integrations/hashicorp/amazon/latest/components/builders/ebsvolume) - Create prepopulated + EBS volumes by launching an instance and provisioning attached volumes. + This is an **advanced builder and should not be used by newcomers**. #### Data sources - [amazon-ami](/packer/integrations/hashicorp/amazon/latest/components/datasources/ami) - Filter and fetch an Amazon AMI to output all the AMI information. diff --git a/docs/README.md b/docs/README.md index 843160645..e681ee60d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -46,6 +46,9 @@ It is much easier to use and Amazon generally recommends EBS-backed images nowad -backed AMIs from scratch. Works similarly to the `chroot` builder but does not require running in AWS. This is an **advanced builder and should not be used by newcomers**. +- [amazon-ebs-volume](/packer/integrations/hashicorp/amazon/latest/components/builders/ebsvolume) - Create prepopulated + EBS volumes by launching an instance and provisioning attached volumes. + This is an **advanced builder and should not be used by newcomers**. #### Data sources - [amazon-ami](/packer/integrations/hashicorp/amazon/latest/components/datasources/ami) - Filter and fetch an Amazon AMI to output all the AMI information.