Adding exchange module for AWS Terraform
This commit is contained in:
7
AWS/Terraform/modules/exchange/outputs.tf
Normal file
7
AWS/Terraform/modules/exchange/outputs.tf
Normal file
@@ -0,0 +1,7 @@
|
||||
output "exchange_public_ip" {
|
||||
value = aws_instance.exchange.public_ip
|
||||
}
|
||||
|
||||
output "exchange_url" {
|
||||
value = local.exchange_url
|
||||
}
|
||||
Reference in New Issue
Block a user