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.
2 parents 077c1bc + 5be683e commit f85848aCopy full SHA for f85848a
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