Skip to content

Commit

Permalink
Add public names output value to null backend (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 authored Oct 13, 2023
1 parent 8baa20b commit 7b8da45
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions backend_modules/null/host/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ resource "null_resource" "domain" {

output "configuration" {
value = {
ids = ["1"]
hostnames = ["domain"]
macaddrs = []
ids = ["1"]
hostnames = ["domain"]
macaddrs = []
public_names = []
}
}

0 comments on commit 7b8da45

Please sign in to comment.