From 4be84189ec23efd95c100e5f2b1d5631da7e13eb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:44:07 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .deepsource.toml | 2 +- .github/workflows/tf-checks.yml | 1 - .gitignore | 2 +- CHANGELOG.md | 2 +- LICENSE | 2 +- README.md | 12 ++++++------ docs/io.md | 1 - examples/complete/main.tf | 13 ++++++------- examples/complete/outputs.tf | 2 +- examples/github-oidc/main.tf | 5 ++--- main.tf | 15 +++++++-------- modules/aws_github_oidc_role/README.md | 4 ++-- modules/aws_github_oidc_role/main.tf | 12 ++++++------ modules/aws_github_oidc_role/outputs.tf | 2 +- modules/aws_github_oidc_role/variables.tf | 1 - outputs.tf | 2 +- 16 files changed, 36 insertions(+), 42 deletions(-) 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/workflows/tf-checks.yml b/.github/workflows/tf-checks.yml index f7fdfb1..f028b6d 100644 --- a/.github/workflows/tf-checks.yml +++ b/.github/workflows/tf-checks.yml @@ -13,4 +13,3 @@ jobs: uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master with: working_directory: './examples/github-oidc/' - diff --git a/.gitignore b/.gitignore index 9f7c334..0fb7887 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ .terraform .idea *.iml -*.hcl \ No newline at end of file +*.hcl diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a59c8c..3aecd5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -91,4 +91,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.15.1]: https://github.com/clouddrove/terraform-aws-iam-role/compare/0.15.0...0.15.1 [1.0.1]: https://github.com/clouddrove/terraform-aws-iam-role/compare/0.15.1...1.0.1 [1.3.0]: https://github.com/clouddrove/terraform-aws-iam-role/compare/1.0.1...1.3.0 -[1.3.1]: https://github.com/clouddrove/terraform-aws-iam-role/compare/1.3.0...1.3.1 \ No newline at end of file +[1.3.1]: https://github.com/clouddrove/terraform-aws-iam-role/compare/1.3.0...1.3.1 diff --git a/LICENSE b/LICENSE index cf58138..aede775 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 e3b8106..a0a0c43 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) -