From baedfd083a96d7ebfae91ac20ec4ed7b0abdff64 Mon Sep 17 00:00:00 2001 From: Eric Swenson Date: Wed, 17 Sep 2025 01:51:54 -0500 Subject: [PATCH] Update deploy-fleet-on-aws-with-terraform.md (#32806) simple change telling the user they will need a vpc created before they are trying to run terraform apply --- articles/deploy-fleet-on-aws-with-terraform.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/deploy-fleet-on-aws-with-terraform.md b/articles/deploy-fleet-on-aws-with-terraform.md index c4aa5d37da..dd7bc7b371 100644 --- a/articles/deploy-fleet-on-aws-with-terraform.md +++ b/articles/deploy-fleet-on-aws-with-terraform.md @@ -11,6 +11,8 @@ This workflow takes about 30 minutes to complete and supports between 10 and 350 - An AWS Identity and Access Management (IAM) user with administrator privileges +- An existing VPC + - The latest version of AWS Command Line Interface `awscli` - The latest version of HashiCorp Terraform