Add install-exchange.ps1 to Vagrantfile for exchange

This commit is contained in:
Chris Long
2021-05-20 15:07:46 -07:00
parent c8dca0f77f
commit 46e8c8fd45
3 changed files with 11 additions and 2 deletions

View File

@@ -32,4 +32,5 @@ resource "aws_instance" "exchange" {
root_block_device {
delete_on_termination = true
}
}
}