Initial commit - realms platform
This commit is contained in:
parent
c590ab6d18
commit
c717c3751c
234 changed files with 74103 additions and 15231 deletions
13
devops/terraform/modules/firewalls/outputs.tf
Normal file
13
devops/terraform/modules/firewalls/outputs.tf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# =============================================================================
|
||||
# Firewalls Module Outputs
|
||||
# =============================================================================
|
||||
|
||||
output "jump_host_firewall_id" {
|
||||
description = "ID of the jump host firewall"
|
||||
value = digitalocean_firewall.jump_host.id
|
||||
}
|
||||
|
||||
output "forgejo_firewall_id" {
|
||||
description = "ID of the Forgejo firewall"
|
||||
value = digitalocean_firewall.forgejo.id
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue