infra: add flake module and crocus exports
This commit is contained in:
parent
925cf3140c
commit
5f6ba8e29d
4 changed files with 28 additions and 0 deletions
|
|
@ -62,3 +62,7 @@ resource "hcloud_firewall" "crocus_firewall" {
|
|||
source_ips = ["0.0.0.0/0", "::/0"]
|
||||
}
|
||||
}
|
||||
|
||||
output "crocus_ipv4" {
|
||||
value = hcloud_primary_ip.crocus_ipv4.ip_address
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue