Skip to content

Commit

Permalink
fix: drg_id commented
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecorreaneto committed Nov 23, 2023
1 parent 7e8b418 commit 33fadff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions module-network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ output "network_security_rules" {
}

# DRG
output "drg_id" {
description = "Dynamic routing gateway ID"
value = try(one(module.drg[*].drg_id), null)
}
# output "drg_id" {
# description = "Dynamic routing gateway ID"
# value = try(one(module.drg[*].drg_id), null)
# }

0 comments on commit 33fadff

Please sign in to comment.