Make a template for deploying T-Pot in multiple regions using terraform

This commit is contained in:
Marius
2022-02-07 11:18:07 +00:00
parent 22bfb69f28
commit 83530588d0
8 changed files with 209 additions and 0 deletions

View File

@ -0,0 +1,7 @@
output "eu-west-2_Web_UI" {
value = module.eu-west-2.Web_UI
}
output "us-west-1_Web_UI" {
value = module.us-west-1.Web_UI
}