Skip to content

Commit

Permalink
Update minor variable description change
Browse files Browse the repository at this point in the history
This change was missed in #101.
  • Loading branch information
jsf9k committed Nov 13, 2024
1 parent e24b531 commit 482eee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module "example" {
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| ami\_owner\_account\_id | The ID of the AWS account that owns the OpenVPN AMI, or "self" if the AMI is owned by the same account as the provisioner. | `string` | `"self"` | no |
| aws\_instance\_type | The AWS instance type to deploy (e.g. t3.medium). | `string` | `"t3.small"` | no |
| aws\_instance\_type | The AWS instance type to deploy (e.g. t4g.medium). | `string` | `"t4g.small"` | no |
| cert\_bucket\_name | The name of a bucket that stores certificates (e.g. my-certs). | `string` | n/a | yes |
| cert\_read\_role\_accounts\_allowed | A list of accounts allowed to access the role that can read certificates from an S3 bucket. | `list(string)` | `[]` | no |
| client\_dns\_search\_domain | The DNS search domain to be pushed to VPN clients. | `string` | n/a | yes |
Expand Down

0 comments on commit 482eee5

Please sign in to comment.