Skip to content

Commit

Permalink
* 2.11.9 -- 2025-05-21
Browse files Browse the repository at this point in the history
  - vpc-interface-endpoint
    - add arn output to vpce_service_info
  • Loading branch information
badra001 committed May 21, 2025
1 parent a2e34a7 commit 3974ed8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,3 +471,8 @@
* 2.11.8 -- 2025-04-11
- vpc-interface-endpoint
- add finops_ tagging of network interface if finops_ tags are present in var.tags

* 2.11.9 -- 2025-05-21
- vpc-interface-endpoint
- add arn output to vpce_service_info

2 changes: 1 addition & 1 deletion common/version.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
_module_version = "2.11.8"
_module_version = "2.11.9"
_module_names = {
"_main_" = "aws-vpc-setup"

Expand Down
1 change: 1 addition & 0 deletions vpc-interface-endpoint/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
output "vpce_service_info" {
description = "VPC Interface Endpoint information for service"
value = {
"arn" = aws_vpc_endpoint.interface_endpoint.arn,
"name" = local.short_service,
"service_name" = aws_vpc_endpoint.interface_endpoint.service_name,
"id" = aws_vpc_endpoint.interface_endpoint.id,
Expand Down

0 comments on commit 3974ed8

Please sign in to comment.