Commit 668d457a authored by syamkumar's avatar syamkumar Committed by GitHub

chore: Fixed code in examples (dynamodb resource not found error) (#742)

parent f2965689
...@@ -208,7 +208,7 @@ data "aws_iam_policy_document" "dynamodb_endpoint_policy" { ...@@ -208,7 +208,7 @@ data "aws_iam_policy_document" "dynamodb_endpoint_policy" {
test = "StringNotEquals" test = "StringNotEquals"
variable = "aws:sourceVpce" variable = "aws:sourceVpce"
values = [data.aws_vpc_endpoint.dynamodb.id] values = [data.vpc.vpc_id]
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment