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 176fe47 commit 9ebc73cCopy full SHA for 9ebc73c
main.tf
@@ -15,7 +15,7 @@ locals {
15
[""],
16
),
17
0,
18
- ) : data.aws_vpc.vpc.id
+ ) : data.aws_vpc.vpc[0].id
19
}
20
21
data "aws_vpc" "vpc" {
0 commit comments