Skip to content

Commit

Permalink
add output
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 24, 2023
1 parent 2965cdf commit 837d529
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,11 @@ module "vpce_shared_west" {
## "zone" = "elasticloadbalancing.us-gov-west-1.amazonaws.com"
## "zone_id" = "Z0438795ORVM3AZOHHAV"
## }

outputs "vpc_endpoints_ssm" {
description = "VPC Endpoints created by SSM parameter"
value = {
"us-gov-east-1" = keys(nonsensitive(local.vpc_endpoints_ssm_east))
"us-gov-west-1" = keys(nonsensitive(local.vpc_endpoints_ssm_west))
}
}

0 comments on commit 837d529

Please sign in to comment.