From 8acf080c53a4eac6fb1ccfab9aac164c28b7efd0 Mon Sep 17 00:00:00 2001 From: Zachary Hill Date: Fri, 1 Nov 2024 16:54:49 -0400 Subject: [PATCH] updates to readme for accuracy --- modules/aws/vendor/velocloud/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/aws/vendor/velocloud/README.md b/modules/aws/vendor/velocloud/README.md index 6476d5bc..69489765 100755 --- a/modules/aws/vendor/velocloud/README.md +++ b/modules/aws/vendor/velocloud/README.md @@ -63,7 +63,7 @@ ## Usage ### Simple Example -This example creates a VeloCloud vEdge instance in the VPC of your choosing. The instance will have a NIC in up to three subnets: public, private, and management. The public subnet will have an EIP attached to it. The instance will be assigned a keypair and the VeloCloud activation key will be provided. The VeloCloud orchestrator is required to be provided as well. +This example creates a VeloCloud vEdge instance in the VPC of your choosing. The instance will have a NIC in up to three subnets: public, private, and management. The public subnet will have an EIP attached to it. The instance will utilize the Velocloud variables to automatically activate against the Orchestrator. ``` module "aws_prod_sdwan" { source = "github.com/zachreborn/terraform-modules//modules/aws/vendor/velocloud" @@ -89,7 +89,7 @@ module "aws_prod_sdwan" { ``` ### Custom AMI Example -This example creates a VeloCloud vEdge instance in the VPC of your choosing. The instance will have a NIC in up to three subnets: public, private, and management. The public subnet will have an EIP attached to it. The instance will be assigned a keypair and the VeloCloud activation key will be provided. The VeloCloud orchestrator is required to be provided as well. The AMI ID is provided to use a custom AMI. +This example creates a VeloCloud vEdge instance in the VPC of your choosing. The instance will have a NIC in up to three subnets: public, private, and management. The public subnet will have an EIP attached to it. The instance will utilize the Velocloud variables to automatically activate against the Orchestrator. The AMI ID is provided to use a custom AMI. ``` module "aws_prod_sdwan" { source = "github.com/zachreborn/terraform-modules//modules/aws/vendor/velocloud"