Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobio committed Jul 31, 2023
1 parent ec60157 commit 0c7ca48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0c7ca48

Please sign in to comment.