Skip to content

Commit

Permalink
Add nameservers as outputs (#282)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Moore <mattmoor@chainguard.dev>
  • Loading branch information
mattmoor authored May 17, 2024
1 parent 29bddb6 commit ad1900d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/app/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
output "nameservers" {
value = google_dns_managed_zone.top-level-zone.name_servers
}

0 comments on commit ad1900d

Please sign in to comment.