From 87c74867c6a9438ffd940e8dff9cc9afd7f75254 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:41:25 +0000
Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
updates:
- [github.com/gruntwork-io/pre-commit: v0.1.12 → v0.1.23](https://github.com/gruntwork-io/pre-commit/compare/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](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v5.0.0)
---
.pre-commit-config.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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
From 35df7d480daed38e9a8cbb1e2adec63baac143a4 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:47:32 +0000
Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---
.github/workflows/tfsec.yml | 2 +-
.gitignore | 2 +-
README.md | 12 ++++++------
README.yaml | 2 +-
_example/complete/main.tf | 2 +-
_example/complete/versions.tf | 2 +-
outputs.tf | 2 +-
variables.tf | 2 +-
versions.tf | 2 +-
9 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/.github/workflows/tfsec.yml b/.github/workflows/tfsec.yml
index 9aaf588..c203751 100644
--- a/.github/workflows/tfsec.yml
+++ b/.github/workflows/tfsec.yml
@@ -8,4 +8,4 @@ jobs:
uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master
secrets: inherit
with:
- working_directory: '.'
\ No newline at end of file
+ working_directory: '.'
diff --git a/.gitignore b/.gitignore
index 7eacd5c..e1eb705 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,4 @@
.idea
*.iml
.terraform.tfstate.lock.info
-.terraform.lock.hcl
\ No newline at end of file
+.terraform.lock.hcl
diff --git a/README.md b/README.md
index 8af2604..a90744c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
Terraform AZURE APP SERVICE
-
+
Terraform module to create app-service resource on AZURE.
@@ -38,7 +38,7 @@
-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 Bigger problems are always solved by breaking them into smaller manageable problems. Resonating with microservices architecture, it is considered best-practice to run database, cluster, storage in smaller connected yet manageable pieces within the infrastructure.
+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 Bigger problems are always solved by breaking them into smaller manageable problems. Resonating with microservices architecture, it is considered best-practice to run database, cluster, storage in smaller connected yet manageable pieces within the infrastructure.
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.
@@ -49,7 +49,7 @@ We have [*fifty plus terraform modules*][terraform_modules]. A few of them are c
## Prerequisites
-This module has a few dependencies:
+This module has a few dependencies:
- [Terraform 1.x.x](https://learn.hashicorp.com/terraform/getting-started/install.html)
- [Go](https://golang.org/doc/install)
@@ -70,7 +70,7 @@ This module has a few dependencies:
### Simple Example
Here is an example of how you can use this module in your inventory structure:
- #### Default App Service with NODE
+ #### Default App Service with NODE
```hcl
module "key_vault" {
source = "clouddrove/app-service/azure"
@@ -175,7 +175,7 @@ module "key_vault" {
## Testing
-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.
+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.
You need to run the following command in the testing folder:
```hcl
@@ -184,7 +184,7 @@ You need to run the following command in the testing folder:
-## Feedback
+## Feedback
If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/clouddrove/terraform-azure-app-service/issues), or feel free to drop us an email at [hello@clouddrove.com](mailto:hello@clouddrove.com).
If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/clouddrove/terraform-azure-app-service)!
diff --git a/README.yaml b/README.yaml
index 77900d9..1725374 100644
--- a/README.yaml
+++ b/README.yaml
@@ -36,7 +36,7 @@ include:
usage: |-
### Simple Example
Here is an example of how you can use this module in your inventory structure:
- #### Default App Service with NODE
+ #### Default App Service with NODE
```hcl
module "key_vault" {
source = "clouddrove/app-service/azure"
diff --git a/_example/complete/main.tf b/_example/complete/main.tf
index 979a4e7..d64208e 100644
--- a/_example/complete/main.tf
+++ b/_example/complete/main.tf
@@ -41,4 +41,4 @@ module "app-service" {
app_settings = {
WEBSITE_NODE_DEFAULT_VERSION = "~16"
}
-}
\ No newline at end of file
+}
diff --git a/_example/complete/versions.tf b/_example/complete/versions.tf
index 3a62915..c48c6a4 100644
--- a/_example/complete/versions.tf
+++ b/_example/complete/versions.tf
@@ -9,4 +9,4 @@ terraform {
version = ">=3.0.0"
}
}
-}
\ No newline at end of file
+}
diff --git a/outputs.tf b/outputs.tf
index ec2c94c..d606ba1 100644
--- a/outputs.tf
+++ b/outputs.tf
@@ -51,4 +51,4 @@ output "source_control" {
output "site_credential" {
value = azurerm_app_service.main[0].site_credential
description = "A site_credential block as defined below, which contains the site-level credentials used to publish to this App Service."
-}
\ No newline at end of file
+}
diff --git a/variables.tf b/variables.tf
index 330c461..3cdaaeb 100644
--- a/variables.tf
+++ b/variables.tf
@@ -249,4 +249,4 @@ variable "integration_subnet_id" {
type = string
default = null
description = "The resource ID of the subnet"
-}
\ No newline at end of file
+}
diff --git a/versions.tf b/versions.tf
index 3a62915..c48c6a4 100644
--- a/versions.tf
+++ b/versions.tf
@@ -9,4 +9,4 @@ terraform {
version = ">=3.0.0"
}
}
-}
\ No newline at end of file
+}