From f4b59f2d3aad0d273f1c858f70a2f8ccb208ecbd Mon Sep 17 00:00:00 2001 From: Charlie O'Leary Date: Sun, 16 Apr 2017 09:54:04 -0700 Subject: [PATCH] ip_set_descriptors is no longer required. (#13666) --- website/source/docs/providers/aws/r/waf_ipset.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/waf_ipset.html.markdown b/website/source/docs/providers/aws/r/waf_ipset.html.markdown index 428d25a7e9..0fc43b395b 100644 --- a/website/source/docs/providers/aws/r/waf_ipset.html.markdown +++ b/website/source/docs/providers/aws/r/waf_ipset.html.markdown @@ -28,7 +28,7 @@ resource "aws_waf_ipset" "ipset" { The following arguments are supported: * `name` - (Required) The name or description of the IPSet. -* `ip_set_descriptors` - (Required) The IP address type and IP address range (in CIDR notation) from which web requests originate. +* `ip_set_descriptors` - (Optional) The IP address type and IP address range (in CIDR notation) from which web requests originate. ## Remarks