Skip to content

Commit c696582

Browse files
authored
Merge pull request #4 from lgallard/feature/add-timeouts
Update README
2 parents 85043c2 + c10c73f commit c696582

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.1 (May 2, 2020)
2+
3+
UPDATE:
4+
5+
* Update README
6+
17
## 0.2.0 (May 2, 2020)
28

39
ENHANCEMENTS:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ module "aws_es" {
141141
| snapshot\_options\_automated\_snapshot\_start\_hour | Hour during which the service takes an automated daily snapshot of the indices in the domain | `number` | `0` | no |
142142
| tags | A mapping of tags to assign to the resource | `map` | `{}` | no |
143143
| timeouts | Timeouts map. | `map` | `{}` | no |
144-
| timeouts\_update | How long to wait for updates. | `string` | n/a | yes |
144+
| timeouts\_update | How long to wait for updates. | `string` | n/a | no |
145145
| vpc\_options | VPC related options, see below. Adding or removing this configuration forces a new resource | `map` | `{}` | no |
146146
| vpc\_options\_security\_group\_ids | List of VPC Security Group IDs to be applied to the Elasticsearch domain endpoints. If omitted, the default Security Group for the VPC will be used | `list` | `[]` | no |
147147
| vpc\_options\_subnet\_ids | List of VPC Subnet IDs for the Elasticsearch domain endpoints to be created in | `list` | `[]` | no |

0 commit comments

Comments
 (0)