Skip to content

Commit 9ebc73c

Browse files
committed
Fixed issue with data attributes accessed without indices
1 parent 176fe47 commit 9ebc73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ locals {
1515
[""],
1616
),
1717
0,
18-
) : data.aws_vpc.vpc.id
18+
) : data.aws_vpc.vpc[0].id
1919
}
2020

2121
data "aws_vpc" "vpc" {

0 commit comments

Comments
 (0)