From 4b506eb811121864528b6c66825bfdbb5a165af0 Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Fri, 4 Nov 2016 15:47:52 -0400 Subject: [PATCH] Correct 'VPN Endpoints' to 'VPC Endpoints' (#9887) --- .../source/docs/providers/aws/r/vpc_endpoint.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/aws/r/vpc_endpoint.html.markdown b/website/source/docs/providers/aws/r/vpc_endpoint.html.markdown index d7531a356..be1d90ff1 100644 --- a/website/source/docs/providers/aws/r/vpc_endpoint.html.markdown +++ b/website/source/docs/providers/aws/r/vpc_endpoint.html.markdown @@ -40,8 +40,8 @@ The following attributes are exported: ## Import -VPN Endpoints can be imported using the `vpc endpoint id`, e.g. +VPC Endpoints can be imported using the `vpc endpoint id`, e.g. ``` $ terraform import aws_vpc_endpoint.endpoint1 vpce-3ecf2a57 -``` \ No newline at end of file +```