UNCLASSIFIED - NO CUI

Skip to content

make vpc and subnet configurable in k3d-dev.sh

Jonathan Braswell requested to merge jb/k3d-dev-configurable into master

Users can provide VPC_ID and SUBNET_ID env vars to specify the vpc and subnet to deploy into. If they are not provided, the script will look up the default vpc and a default subnet.

Example:

VPC_ID=vpc-065ffa1c7b2a2b979 SUBNET_ID=subnet-036ae2cd5fe418455 k3d-dev.sh
Edited by Jonathan Braswell

Merge request reports