Skip to content

Commit 87c3cae

Browse files
committed
Update README
1 parent 2da8c45 commit 87c3cae

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.3.0 (June 26, 2020)
2+
3+
FIXES:
4+
5+
* Add Service Link role creation flag (default to `true`)
6+
7+
18
## 0.2.1 (May 2, 2020)
29

310
UPDATE:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ module "aws_es" {
121121
| cognito\_options\_identity\_pool\_id | ID of the Cognito Identity Pool to use | `string` | `""` | no |
122122
| cognito\_options\_role\_arn | ARN of the IAM role that has the AmazonESCognitoAccess policy attached | `string` | `""` | no |
123123
| cognito\_options\_user\_pool\_id | ID of the Cognito User Pool to use | `string` | `""` | no |
124+
| create\_service\_link\_role | Create service link role for AWS Elasticsearch Service | `bool` | `true` | no |
124125
| domain\_name | Name of the domain | `string` | n/a | yes |
125126
| ebs\_enabled | Whether EBS volumes are attached to data nodes in the domain | `bool` | `true` | no |
126127
| ebs\_options | EBS related options, may be required based on chosen instance size | `map` | `{}` | no |

0 commit comments

Comments
 (0)