From f6cd88bcc4b3f74ef0a589c8229a8fe71d381ac9 Mon Sep 17 00:00:00 2001 From: Camilo Aguilar Date: Sun, 28 Jun 2015 09:31:23 -0400 Subject: [PATCH] aws/docs: Removes bogus known linked issue from docs. aws-sdk-go does what it is supposed to do. Some DHCP clients are just too weird. --- .../source/docs/providers/aws/r/vpc_dhcp_options.html.markdown | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/source/docs/providers/aws/r/vpc_dhcp_options.html.markdown b/website/source/docs/providers/aws/r/vpc_dhcp_options.html.markdown index 2fc2727f2..c2e05743f 100644 --- a/website/source/docs/providers/aws/r/vpc_dhcp_options.html.markdown +++ b/website/source/docs/providers/aws/r/vpc_dhcp_options.html.markdown @@ -59,8 +59,5 @@ The following attributes are exported: * `id` - The ID of the DHCP Options Set. -## Known Issues -* https://github.com/aws/aws-sdk-go/issues/210 - You can find more technical documentation about DHCP Options Set in the official [AWS User Guide](http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html).