Skip to content

Commit

Permalink
update inout.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-ng committed Mar 6, 2024
1 parent 454bd71 commit bf26747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/INOUT.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
| vault\_cluster\_size | The number of nodes to have in the cluster. We strongly recommend setting this to 3 or 5. | `number` | `3` | no |
| vault\_enable\_auto\_unseal | Enable auto unseal of the Vault cluster | `bool` | `false` | no |
| vault\_enable\_s3\_backend | Whether to configure an S3 storage backend for Vault in addition to Consul. | `bool` | `false` | no |
| vault\_enable\_s3\_bucket\_versioning | Whether to enable bucket versioning for the S3 bucket for Vault. | `bool` | `false` | no |
| vault\_instance\_type | The type of EC2 Instances to run for each node in the cluster (e.g. t2.micro). | `string` | `"t2.medium"` | no |
| vault\_lb\_deregistration\_delay | The time to wait for in-flight requests to complete while deregistering a target. During this time, the state of the target is draining. | `number` | `30` | no |
| vault\_lb\_healthy\_threshold | The number of consecutive health checks successes required before considering an unhealthy target healthy (2-10). | `number` | `2` | no |
Expand Down

0 comments on commit bf26747

Please sign in to comment.