Skip to content

Commit 668d457

Browse files
chore: Fixed code in examples (dynamodb resource not found error) (#742)
1 parent f296568 commit 668d457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete-vpc/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ data "aws_iam_policy_document" "dynamodb_endpoint_policy" {
208208
test = "StringNotEquals"
209209
variable = "aws:sourceVpce"
210210

211-
values = [data.aws_vpc_endpoint.dynamodb.id]
211+
values = [data.vpc.vpc_id]
212212
}
213213
}
214214
}

0 commit comments

Comments
 (0)