Skip to content

Commit

Permalink
add zones output
Browse files Browse the repository at this point in the history
Signed-off-by: darox <maderdario@gmail.com>
  • Loading branch information
darox committed Oct 10, 2023
1 parent d9bd9d0 commit f7342d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ output "id" {
output "path_to_kubeconfig_file" {
value = local.path_to_kubeconfig_file
}

output "zones" {
value = "module.main.zones"
}

0 comments on commit f7342d9

Please sign in to comment.