Skip to content

Commit

Permalink
Auto Format
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudpossebot committed Sep 15, 2021
1 parent a940237 commit fa6ed8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/complete/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
output "vpn_endpoint_arn" {
value = module.example.vpn_endpoint_arn
value = module.example.vpn_endpoint_arn
}

output "vpn_endpoint_id" {
value = module.example.vpn_endpoint_id
value = module.example.vpn_endpoint_id
}

output "vpn_endpoint_dns_name" {
value = module.example.vpn_endpoint_dns_name
value = module.example.vpn_endpoint_dns_name
}

output "client_configuration" {
value = module.example.client_configuration
value = module.example.client_configuration
}

0 comments on commit fa6ed8d

Please sign in to comment.