Commit dda75167 authored by Matt Gresko's avatar Matt Gresko

disable dynamodb data source when not needed

parent f0c6b563
......@@ -182,6 +182,8 @@ resource "aws_vpc_endpoint_route_table_association" "public_s3" {
# VPC Endpoint for DynamoDB
############################
data "aws_vpc_endpoint_service" "dynamodb" {
count = "${var.enable_dynamodb_endpoint}"
service = "dynamodb"
}
......
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