Skip to content

Commit 5be683e

Browse files
committed
add VPC ID output
1 parent 89f097e commit 5be683e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ output "cd_user_secret_access_key_id" {
4848
value = one(aws_iam_access_key.cd[*].secret)
4949
sensitive = true
5050
}
51+
52+
output "vpc_id" {
53+
value = module.vpc.id
54+
}

0 commit comments

Comments
 (0)