Skip to content

Commit

Permalink
Merge pull request #31 from telia-oss/add-output-default-network-acl-id
Browse files Browse the repository at this point in the history
Added output of default_network_acl_id
  • Loading branch information
rickardl authored Sep 21, 2020
2 parents 9e0a501 + 93e2694 commit c08f3e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ output "default_security_group_id" {
description = "The id of the VPC default security group"
value = aws_vpc.main.default_security_group_id
}

output "default_network_acl_id" {
description = "The ID of the network ACL created by default on VPC creation"
value = aws_vpc.main.default_network_acl_id
}

0 comments on commit c08f3e1

Please sign in to comment.