File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.0 (June 26, 2020)
2
+
3
+ FIXES:
4
+
5
+ * Add Service Link role creation flag (default to ` true ` )
6
+
7
+
1
8
## 0.2.1 (May 2, 2020)
2
9
3
10
UPDATE:
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ module "aws_es" {
121
121
| cognito\_ options\_ identity\_ pool\_ id | ID of the Cognito Identity Pool to use | ` string ` | ` "" ` | no |
122
122
| cognito\_ options\_ role\_ arn | ARN of the IAM role that has the AmazonESCognitoAccess policy attached | ` string ` | ` "" ` | no |
123
123
| 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 |
124
125
| domain\_ name | Name of the domain | ` string ` | n/a | yes |
125
126
| ebs\_ enabled | Whether EBS volumes are attached to data nodes in the domain | ` bool ` | ` true ` | no |
126
127
| ebs\_ options | EBS related options, may be required based on chosen instance size | ` map ` | ` {} ` | no |
You can’t perform that action at this time.
0 commit comments