You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We eat, drink, sleep and most importantly love **DevOps**. We are working towards strategies for standardizing architecture while ensuring security for the infrastructure. We are strong believer of the philosophy <b>Bigger problems are always solved by breaking them into smaller manageable problems</b>. Resonating with microservices architecture, it is considered best-practice to run database, cluster, storage in smaller <b>connected yet manageable pieces</b> within the infrastructure.
41
+
We eat, drink, sleep and most importantly love **DevOps**. We are working towards strategies for standardizing architecture while ensuring security for the infrastructure. We are strong believer of the philosophy <b>Bigger problems are always solved by breaking them into smaller manageable problems</b>. Resonating with microservices architecture, it is considered best-practice to run database, cluster, storage in smaller <b>connected yet manageable pieces</b> within the infrastructure.
42
42
43
43
This module is basically combination of [Terraform open source](https://www.terraform.io/) and includes automatation tests and examples. It also helps to create and improve your infrastructure with minimalistic code instead of maintaining the whole infrastructure code yourself.
44
44
@@ -49,7 +49,7 @@ We have [*fifty plus terraform modules*][terraform_modules]. A few of them are c
@@ -182,7 +181,7 @@ Note: There are some type of instances which not support encryption and EBS opti
182
181
| managedby | ManagedBy, eg 'CloudDrove'. |`string`|`"hello@clouddrove.com"`| no |
183
182
| name | Name (e.g. `app` or `cluster`). |`string`|`""`| no |
184
183
| public\_enabled | Enable Elasticsearch cluster is public or not. |`bool`|`false`| no |
185
-
| repository | Terraform current module repo |`string`|`"https://registry.terraform.io/modules/clouddrove/elasticsearch/aws/0.14.0"`| no |
184
+
| repository | Terraform current module repo |`string`|`"https://github.com/clouddrove/terraform-aws-elasticsearch"`| no |
186
185
| retention\_in\_days | Days of retention of cloudwatch. |`number`|`90`| no |
187
186
| security\_group\_ids | Security Group IDs. |`list(string)`|`[]`| no |
188
187
| subnet\_ids | Subnet IDs. |`list(string)`|`[]`| no |
@@ -206,7 +205,7 @@ Note: There are some type of instances which not support encryption and EBS opti
206
205
207
206
208
207
## Testing
209
-
In this module testing is performed with [terratest](https://github.com/gruntwork-io/terratest) and it creates a small piece of infrastructure, matches the output like ARN, ID and Tags name etc and destroy infrastructure in your AWS account. This testing is written in GO, so you need a [GO environment](https://golang.org/doc/install) in your system.
208
+
In this module testing is performed with [terratest](https://github.com/gruntwork-io/terratest) and it creates a small piece of infrastructure, matches the output like ARN, ID and Tags name etc and destroy infrastructure in your AWS account. This testing is written in GO, so you need a [GO environment](https://golang.org/doc/install) in your system.
210
209
211
210
You need to run the following command in the testing folder:
212
211
```hcl
@@ -215,7 +214,7 @@ You need to run the following command in the testing folder:
215
214
216
215
217
216
218
-
## Feedback
217
+
## Feedback
219
218
If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/clouddrove/terraform-aws-elasticsearch/issues), or feel free to drop us an email at [hello@clouddrove.com](mailto:hello@clouddrove.com).
220
219
221
220
If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/clouddrove/terraform-aws-elasticsearch)!
0 commit comments