Skip to content

Commit

Permalink
Merge pull request #2 from atrull/outputs_renamed_for_cleanliness
Browse files Browse the repository at this point in the history
renamed outputs so they look better.
  • Loading branch information
atrull authored Nov 17, 2023
2 parents b4deedb + f5b4980 commit 935ccc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@

output "ipv4_matches" {
output "ipv4_all_matches" {
value = local.ipv4_matches
}

output "ipv6_matches" {
output "ipv6_all_matches" {
value = local.ipv6_matches
}

output "ipv4_most_common_response" {
output "ipv4" {
value = join("", local.ipv4_most_common_response)
}

output "ipv6_most_common_response" {
output "ipv6" {
value = join("", local.ipv6_most_common_response)
}

0 comments on commit 935ccc2

Please sign in to comment.