diff --git a/.deepsource.toml b/.deepsource.toml index 18b001a..9fa5be7 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -1,4 +1,4 @@ version = 1 [[analyzers]] -name = "terraform" \ No newline at end of file +name = "terraform" diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7aa8ed5..57bdcfa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # These owners will be the default owners for everything in the repo. -* @anmolnagpal @clouddrove/approvers @clouddrove-ci \ No newline at end of file +* @anmolnagpal @clouddrove/approvers @clouddrove-ci diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e713a5..be0b877 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/gruntwork-io/pre-commit - rev: v0.1.12 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases + rev: v0.1.23 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases hooks: - id: terraform-fmt - id: shellcheck - id: tflint - - repo: git://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 # Use the ref you want to point at + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v5.0.0 # Use the ref you want to point at hooks: - id: end-of-file-fixer - id: trailing-whitespace diff --git a/CHANGELOG.md b/CHANGELOG.md index c54626f..b63a391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [`fb55b79`](https://github.com/clouddrove/terraform-aws-elasticsearch/commit/fb55b79c3c7c7501a057dcca694824835b57c2ba) - fix tfsec error - [`3435c61`](https://github.com/clouddrove/terraform-aws-elasticsearch/commit/3435c6106eab896b67724092b866279a32ce04b8) - update github-action -## [0.15.0] - 2021-07-22 +## [0.15.0] - 2021-07-22 ### :sparkles: New Features - [`38aa50f`](https://github.com/clouddrove/terraform-aws-elasticsearch/commit/38aa50f8ce2071d24536d517d4f8332eb891b140) - fix variables - [`cc72724`](https://github.com/clouddrove/terraform-aws-elasticsearch/commit/cc72724bb00149bff6aac5bfc0987ba0b6313d6b) - add new example and fix terratest diff --git a/LICENSE b/LICENSE index b1d795e..f206edb 100644 --- a/LICENSE +++ b/LICENSE @@ -198,4 +198,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License. diff --git a/README.md b/README.md index b05f37f..92cc919 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@
-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. +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. 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: Refer to complete documentation: [here](docs/io.md) -