tpl/aws/README.md in kite-0.0.9 vs tpl/aws/README.md in kite-0.1.0

- old
+ new

@@ -5,9 +5,12 @@ Apply terraform code ``` pushd terraform && terraform init && terraform apply && popd ``` +[Note] +To destroy Bastion later, use `terraform destroy -target aws_instance.bastion` + Render BOSH manifest and related files ``` kite render manifest bosh --cloud aws ```