Commit bd175b08 authored by Anton Babenko's avatar Anton Babenko Committed by GitHub

Merge pull request #6 from mgresko/fix_govcloud

disable dynamodb data source when not needed
parents f0c6b563 dda75167
......@@ -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