mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-15 16:09:39 -05:00
terraform: Terraform module for AWS (#2503)
This commit is contained in:
parent
0bac72261d
commit
cea6204b37
94 changed files with 912 additions and 87 deletions
3
terraform/infrastructure/aws/modules/jump_host/output.tf
Normal file
3
terraform/infrastructure/aws/modules/jump_host/output.tf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
output "ip" {
|
||||
value = aws_instance.jump_host.public_ip
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue