We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f097e commit 5be683eCopy full SHA for 5be683e
outputs.tf
@@ -48,3 +48,7 @@ output "cd_user_secret_access_key_id" {
48
value = one(aws_iam_access_key.cd[*].secret)
49
sensitive = true
50
}
51
+
52
+output "vpc_id" {
53
+ value = module.vpc.id
54
+}
0 commit comments