Skip to content

Commit ad1900d

Browse files
authored
Add nameservers as outputs (#282)
Signed-off-by: Matt Moore <[email protected]>
1 parent 29bddb6 commit ad1900d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/app/outputs.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
output "nameservers" {
2+
value = google_dns_managed_zone.top-level-zone.name_servers
3+
}

0 commit comments

Comments
 (0)