IaC for a Tangled Knot
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix prod infra outputs

+1 -1
+1 -1
infra/prod/main.tf
··· 84 84 } 85 85 86 86 output "knot0_ipv4" { 87 - value = try(clouding_server.knot0.hostname, "Not yet assigned") 87 + value = try(clouding_server.knot0.public_ip, "Not yet assigned") 88 88 }