Skip to content

Commit e95add4

Browse files
[pre-commit.ci] pre-commit autoupdate (#66)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/gruntwork-io/pre-commit: v0.1.12 → v0.1.23](gruntwork-io/pre-commit@v0.1.12...v0.1.23) - git://github.com/pre-commit/pre-commit-hooks → https://github.com/pre-commit/pre-commit-hooks - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v5.0.0](pre-commit/pre-commit-hooks@v4.0.1...v5.0.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bbf45e1 commit e95add4

File tree

7 files changed

+13
-14
lines changed

7 files changed

+13
-14
lines changed

.deepsource.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version = 1
22

33
[[analyzers]]
4-
name = "terraform"
4+
name = "terraform"

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# These owners will be the default owners for everything in the repo.
2-
* @anmolnagpal @clouddrove/approvers @clouddrove-ci
2+
* @anmolnagpal @clouddrove/approvers @clouddrove-ci

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22

33
- repo: https://github.com/gruntwork-io/pre-commit
4-
rev: v0.1.12 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
4+
rev: v0.1.23 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
55
hooks:
66
- id: terraform-fmt
77
- id: shellcheck
88
- id: tflint
99

10-
- repo: git://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.0.1 # Use the ref you want to point at
10+
- repo: https://github.com/pre-commit/pre-commit-hooks
11+
rev: v5.0.0 # Use the ref you want to point at
1212
hooks:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- [`fb55b79`](https://github.com/clouddrove/terraform-aws-elasticsearch/commit/fb55b79c3c7c7501a057dcca694824835b57c2ba) - fix tfsec error
1818
- [`3435c61`](https://github.com/clouddrove/terraform-aws-elasticsearch/commit/3435c6106eab896b67724092b866279a32ce04b8) - update github-action
1919

20-
## [0.15.0] - 2021-07-22
20+
## [0.15.0] - 2021-07-22
2121
### :sparkles: New Features
2222
- [`38aa50f`](https://github.com/clouddrove/terraform-aws-elasticsearch/commit/38aa50f8ce2071d24536d517d4f8332eb891b140) - fix variables
2323
- [`cc72724`](https://github.com/clouddrove/terraform-aws-elasticsearch/commit/cc72724bb00149bff6aac5bfc0987ba0b6313d6b) - add new example and fix terratest

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@
198198
distributed under the License is distributed on an "AS IS" BASIS,
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201-
limitations under the License.
201+
limitations under the License.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<hr>
4646

4747

48-
We are a group of DevOps engineers & architects, joining hands in this ever evolving digital landscape. With our strong belief in Automation; just like microservices, always on the lookout to split the the infrastructure into smaller connected resources (database, cluster and more) which could be standardized, are manageable, scalable, secure & follow industry best practices.
48+
We are a group of DevOps engineers & architects, joining hands in this ever evolving digital landscape. With our strong belief in Automation; just like microservices, always on the lookout to split the the infrastructure into smaller connected resources (database, cluster and more) which could be standardized, are manageable, scalable, secure & follow industry best practices.
4949

5050

5151
This module includes Terraform open source, examples, and automation tests (for better understanding), which would help you create and improve your infrastructure with minimalistic coding.
@@ -79,7 +79,7 @@ This table contains both Prerequisites and Providers:
7979
Refer to complete documentation: [here](docs/io.md)
8080

8181

82-
<!--
82+
<!--
8383
## Module Dependencies
8484
8585
This module has dependencies on:
@@ -107,7 +107,7 @@ Refer [here](CHANGELOG.md).
107107

108108
## ✨ Contributors
109109

110-
Big thanks to our contributors for elevating our project with their dedication and expertise! But, we do not wish to stop there, would like to invite contributions from the community in improving these projects and making them more versatile for better reach. Remember, every bit of contribution is immensely valuable, as, together, we are moving in only 1 direction, i.e. forward.
110+
Big thanks to our contributors for elevating our project with their dedication and expertise! But, we do not wish to stop there, would like to invite contributions from the community in improving these projects and making them more versatile for better reach. Remember, every bit of contribution is immensely valuable, as, together, we are moving in only 1 direction, i.e. forward.
111111

112112
<a href="https://github.com/clouddrove/terraform-aws-elasticsearch/graphs/contributors">
113113
<img src="https://contrib.rocks/image?repo=clouddrove/terraform-aws-elasticsearch&max" />
@@ -135,7 +135,7 @@ Big thanks to our contributors for elevating our project with their dedication a
135135

136136

137137

138-
## Feedback
138+
## Feedback
139139
Spot a bug or have thoughts to share with us? Let's squash it together! Log it in our [issue tracker](https://github.com/clouddrove/terraform-aws-elasticsearch/issues), feel free to drop us an email at [hello@clouddrove.com](mailto:hello@clouddrove.com).
140140

141141
Show some love with a ★ on [our GitHub](https://github.com/clouddrove/terraform-aws-elasticsearch)! if our work has brightened your day! – your feedback fuels our journey!
@@ -147,7 +147,7 @@ We have [*100+ Terraform modules*][terraform_modules] 🙌. You could consider t
147147

148148
- [Terraform Module Registry:](https://registry.terraform.io/namespaces/clouddrove) Discover our Terraform modules here.
149149

150-
- [Terraform Modules for AWS/Azure Modules:](https://github.com/clouddrove/toc) Explore our comprehensive Table of Contents for easy navigation through our documentation for modules pertaining to AWS, Azure & GCP.
150+
- [Terraform Modules for AWS/Azure Modules:](https://github.com/clouddrove/toc) Explore our comprehensive Table of Contents for easy navigation through our documentation for modules pertaining to AWS, Azure & GCP.
151151

152152
- [Terraform Modules for Digital Ocean:](https://github.com/terraform-do-modules/toc) Check out our specialized Terraform modules for Digital Ocean.
153153

@@ -173,7 +173,7 @@ Join our tech elites [Join Now][slack] 🚀
173173
Click [here][blog] :books: :star2:
174174

175175
## Tap into our capabilities
176-
We provide a platform for organizations to engage with experienced top-tier DevOps & Cloud services. Tap into our pool of certified engineers and architects to elevate your DevOps and Cloud Solutions.
176+
We provide a platform for organizations to engage with experienced top-tier DevOps & Cloud services. Tap into our pool of certified engineers and architects to elevate your DevOps and Cloud Solutions.
177177

178178
At [CloudDrove][website], has extensive experience in designing, building & migrating environments, securing, consulting, monitoring, optimizing, automating, and maintaining complex and large modern systems. With remarkable client footprints in American & European corridors, our certified architects & engineers are ready to serve you as per your requirements & schedule. Write to us at [business@clouddrove.com](mailto:business@clouddrove.com).
179179

docs/io.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,3 @@
7070
|------|-------------|
7171
| domain\_arn | ARN of the Elasticsearch domain. |
7272
| tags | A mapping of tags to assign to the resource. |
73-

0 commit comments

Comments
 (0)