From 0c7ca481e2dc8235deee5f5d516c9d3c9b5cd64a Mon Sep 17 00:00:00 2001 From: Toby Brain Date: Mon, 31 Jul 2023 19:58:05 +1000 Subject: [PATCH] Regenerate docs --- docs/resources/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/deployment.md b/docs/resources/deployment.md index f92e2a0e8..fd827db86 100644 --- a/docs/resources/deployment.md +++ b/docs/resources/deployment.md @@ -268,7 +268,7 @@ resource "ec_deployment" "ccs" { - `request_id` (String) Request ID to set when you create the deployment. Use it only when previous attempts return an error and `request_id` is returned as part of the error. - `reset_elasticsearch_password` (Boolean) Explicitly resets the elasticsearch_password when true - `tags` (Map of String) Optional map of deployment tags -- `traffic_filter` (Set of String) List of traffic filters rule identifiers that will be applied to the deployment. Removing this attribute entirely *will not* remove managed traffic filters, instead first set it to an empty list (e.g `traffic_filter = []`) to remove the managed traffic filters. +- `traffic_filter` (Set of String) List of traffic filters rule identifiers that will be applied to the deployment. ### Read-Only