From 69435ffccc5e6d51e3b6b873fb787a668867e434 Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Fri, 12 Jul 2024 12:17:31 -0400 Subject: [PATCH] Run make generate --- .web-docs/components/builder/digitalocean/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.web-docs/components/builder/digitalocean/README.md b/.web-docs/components/builder/digitalocean/README.md index cfc0293..0be8ccb 100644 --- a/.web-docs/components/builder/digitalocean/README.md +++ b/.web-docs/components/builder/digitalocean/README.md @@ -106,6 +106,8 @@ each category, the available configuration keys are alphabetized. - `tags` ([]string) - Tags to apply to the droplet when it is created +- `snapshot_tags` ([]string) - Tags to apply to the snapshot after it is created + - `vpc_uuid` (string) - UUID of the VPC which the droplet will be created in. Before using this, private_networking should be enabled.