Skip to content

Commit

Permalink
fix: fixed all the changes mentioned in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vjdbj committed Sep 16, 2024
1 parent b1a876f commit 44aad7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/point-to-site-with-certificate/output.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "vpn_gw_id" {
value = module.vpn[0].vpn_gw_id_certificate
value = module.vpn.vpn_gw_id_certificate
description = "The ID of the Virtual Network Gateway."
}

0 comments on commit 44aad7b

Please sign in to comment.