From d03758a4c38c2634d152bb2aabc2fd8db3f7b5b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:57:40 +0100 Subject: [PATCH 1/8] Update terraform-docs/gh-actions action to v1.3.0 (#578) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/continuous-integration-terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-terraform.yml b/.github/workflows/continuous-integration-terraform.yml index 6795da20d..889b2fad8 100644 --- a/.github/workflows/continuous-integration-terraform.yml +++ b/.github/workflows/continuous-integration-terraform.yml @@ -28,7 +28,7 @@ jobs: fi - name: Validate Terraform docs - uses: terraform-docs/gh-actions@v1.2.0 + uses: terraform-docs/gh-actions@v1.3.0 with: working-dir: terraform config-file: .terraform-docs.yml From c0ae99db449c6de76828acf802c59efe9c1a5a7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:57:50 +0100 Subject: [PATCH 2/8] Update DFE-Digital/deploy-azure-container-apps-action action to v2.5.0 (#577) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-and-push-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index b3a1e8c0e..09e064e50 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -43,7 +43,7 @@ jobs: deploy-image: name: Deploy '${{ needs.set-env.outputs.branch }}' to ${{ needs.set-env.outputs.environment }} needs: [ set-env ] - uses: DFE-Digital/deploy-azure-container-apps-action/.github/workflows/build-push-deploy.yml@v2.4.0 + uses: DFE-Digital/deploy-azure-container-apps-action/.github/workflows/build-push-deploy.yml@v2.5.0 with: docker-image-name: 'aca-app' docker-build-file-name: './Dockerfile' From 79f42a82b81cab1c9c447d214c6716161febdbcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:57:58 +0100 Subject: [PATCH 3/8] Update dependency hashicorp/terraform to v1.9.6 (#576) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/continuous-integration-terraform.yml | 6 +++--- terraform/.terraform-version | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration-terraform.yml b/.github/workflows/continuous-integration-terraform.yml index 889b2fad8..1b5359c80 100644 --- a/.github/workflows/continuous-integration-terraform.yml +++ b/.github/workflows/continuous-integration-terraform.yml @@ -40,19 +40,19 @@ jobs: run: rm ./terraform/backend.tf - name: Run a Terraform init - uses: docker://hashicorp/terraform:1.9.5 + uses: docker://hashicorp/terraform:1.9.6 with: entrypoint: terraform args: -chdir=terraform init - name: Run a Terraform validate - uses: docker://hashicorp/terraform:1.9.5 + uses: docker://hashicorp/terraform:1.9.6 with: entrypoint: terraform args: -chdir=terraform validate - name: Run a Terraform format check - uses: docker://hashicorp/terraform:1.9.5 + uses: docker://hashicorp/terraform:1.9.6 with: entrypoint: terraform args: -chdir=terraform fmt -check=true -diff=true diff --git a/terraform/.terraform-version b/terraform/.terraform-version index 158c74729..7bc1c4047 100644 --- a/terraform/.terraform-version +++ b/terraform/.terraform-version @@ -1 +1 @@ -1.9.5 +1.9.6 From 96f0fd437738adf25bfcad1afbc5b3d064f14b97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:58:18 +0100 Subject: [PATCH 4/8] Update dependency MediatR to 12.4.1 (#574) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../Dfe.Academies.Academisation.Domain.csproj | 2 +- .../Dfe.Academies.Academisation.IDomain.csproj | 2 +- .../Dfe.Academies.Academisation.IService.csproj | 2 +- .../Dfe.Academies.Academisation.Service.csproj | 2 +- .../Dfe.Academies.Academisation.WebApi.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dfe.Academies.Academisation.Domain/Dfe.Academies.Academisation.Domain.csproj b/Dfe.Academies.Academisation.Domain/Dfe.Academies.Academisation.Domain.csproj index eddd7b5b6..a17549f6d 100644 --- a/Dfe.Academies.Academisation.Domain/Dfe.Academies.Academisation.Domain.csproj +++ b/Dfe.Academies.Academisation.Domain/Dfe.Academies.Academisation.Domain.csproj @@ -9,7 +9,7 @@ - + diff --git a/Dfe.Academies.Academisation.IDomain/Dfe.Academies.Academisation.IDomain.csproj b/Dfe.Academies.Academisation.IDomain/Dfe.Academies.Academisation.IDomain.csproj index cd2a43008..db4c20335 100644 --- a/Dfe.Academies.Academisation.IDomain/Dfe.Academies.Academisation.IDomain.csproj +++ b/Dfe.Academies.Academisation.IDomain/Dfe.Academies.Academisation.IDomain.csproj @@ -7,7 +7,7 @@ - + diff --git a/Dfe.Academies.Academisation.IService/Dfe.Academies.Academisation.IService.csproj b/Dfe.Academies.Academisation.IService/Dfe.Academies.Academisation.IService.csproj index 9b722aea7..7e74bcef8 100644 --- a/Dfe.Academies.Academisation.IService/Dfe.Academies.Academisation.IService.csproj +++ b/Dfe.Academies.Academisation.IService/Dfe.Academies.Academisation.IService.csproj @@ -8,7 +8,7 @@ - + diff --git a/Dfe.Academies.Academisation.Service/Dfe.Academies.Academisation.Service.csproj b/Dfe.Academies.Academisation.Service/Dfe.Academies.Academisation.Service.csproj index e25998ac8..6d4fc1a0d 100644 --- a/Dfe.Academies.Academisation.Service/Dfe.Academies.Academisation.Service.csproj +++ b/Dfe.Academies.Academisation.Service/Dfe.Academies.Academisation.Service.csproj @@ -24,7 +24,7 @@ - + diff --git a/Dfe.Academies.Academisation.WebApi/Dfe.Academies.Academisation.WebApi.csproj b/Dfe.Academies.Academisation.WebApi/Dfe.Academies.Academisation.WebApi.csproj index c288ded02..dfd2d1faa 100644 --- a/Dfe.Academies.Academisation.WebApi/Dfe.Academies.Academisation.WebApi.csproj +++ b/Dfe.Academies.Academisation.WebApi/Dfe.Academies.Academisation.WebApi.csproj @@ -18,7 +18,7 @@ - + From 14edefed27cdd2e8279ed1c877d253d88a5efc08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:58:27 +0100 Subject: [PATCH 5/8] Update dependency FluentAssertions to 6.12.1 (#573) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../Dfe.Academies.Academisation.Data.UnitTest.csproj | 2 +- .../Dfe.Academies.Academisation.Domain.UnitTest.csproj | 2 +- .../Dfe.Academies.Academisation.Service.UnitTest.csproj | 2 +- .../Dfe.Academies.Academisation.WebApi.UnitTest.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dfe.Academies.Academisation.Data.UnitTest/Dfe.Academies.Academisation.Data.UnitTest.csproj b/Dfe.Academies.Academisation.Data.UnitTest/Dfe.Academies.Academisation.Data.UnitTest.csproj index 35430cfe0..a9dba0623 100644 --- a/Dfe.Academies.Academisation.Data.UnitTest/Dfe.Academies.Academisation.Data.UnitTest.csproj +++ b/Dfe.Academies.Academisation.Data.UnitTest/Dfe.Academies.Academisation.Data.UnitTest.csproj @@ -11,7 +11,7 @@ - + diff --git a/Dfe.Academies.Academisation.Domain.UnitTest/Dfe.Academies.Academisation.Domain.UnitTest.csproj b/Dfe.Academies.Academisation.Domain.UnitTest/Dfe.Academies.Academisation.Domain.UnitTest.csproj index f84b79dbe..69a89c452 100644 --- a/Dfe.Academies.Academisation.Domain.UnitTest/Dfe.Academies.Academisation.Domain.UnitTest.csproj +++ b/Dfe.Academies.Academisation.Domain.UnitTest/Dfe.Academies.Academisation.Domain.UnitTest.csproj @@ -11,7 +11,7 @@ - + diff --git a/Dfe.Academies.Academisation.Service.UnitTest/Dfe.Academies.Academisation.Service.UnitTest.csproj b/Dfe.Academies.Academisation.Service.UnitTest/Dfe.Academies.Academisation.Service.UnitTest.csproj index 0fbb2c2eb..00cf55153 100644 --- a/Dfe.Academies.Academisation.Service.UnitTest/Dfe.Academies.Academisation.Service.UnitTest.csproj +++ b/Dfe.Academies.Academisation.Service.UnitTest/Dfe.Academies.Academisation.Service.UnitTest.csproj @@ -10,7 +10,7 @@ - + diff --git a/Dfe.Academies.Academisation.WebApi.UnitTest/Dfe.Academies.Academisation.WebApi.UnitTest.csproj b/Dfe.Academies.Academisation.WebApi.UnitTest/Dfe.Academies.Academisation.WebApi.UnitTest.csproj index 1ada7a70d..fd07a4c89 100644 --- a/Dfe.Academies.Academisation.WebApi.UnitTest/Dfe.Academies.Academisation.WebApi.UnitTest.csproj +++ b/Dfe.Academies.Academisation.WebApi.UnitTest/Dfe.Academies.Academisation.WebApi.UnitTest.csproj @@ -16,7 +16,7 @@ - + From d6ae278c2945ea63a2372b91d66ee364e41914ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:58:35 +0100 Subject: [PATCH 6/8] Update dependency Moq to 4.20.72 (#566) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../Dfe.Academies.Academisation.Data.UnitTest.csproj | 2 +- .../Dfe.Academies.Academisation.Domain.UnitTest.csproj | 2 +- .../Dfe.Academies.Academisation.Service.UnitTest.csproj | 2 +- .../Dfe.Academies.Academisation.WebApi.UnitTest.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dfe.Academies.Academisation.Data.UnitTest/Dfe.Academies.Academisation.Data.UnitTest.csproj b/Dfe.Academies.Academisation.Data.UnitTest/Dfe.Academies.Academisation.Data.UnitTest.csproj index a9dba0623..045ba17c0 100644 --- a/Dfe.Academies.Academisation.Data.UnitTest/Dfe.Academies.Academisation.Data.UnitTest.csproj +++ b/Dfe.Academies.Academisation.Data.UnitTest/Dfe.Academies.Academisation.Data.UnitTest.csproj @@ -14,7 +14,7 @@ - + diff --git a/Dfe.Academies.Academisation.Domain.UnitTest/Dfe.Academies.Academisation.Domain.UnitTest.csproj b/Dfe.Academies.Academisation.Domain.UnitTest/Dfe.Academies.Academisation.Domain.UnitTest.csproj index 69a89c452..09b0ad97f 100644 --- a/Dfe.Academies.Academisation.Domain.UnitTest/Dfe.Academies.Academisation.Domain.UnitTest.csproj +++ b/Dfe.Academies.Academisation.Domain.UnitTest/Dfe.Academies.Academisation.Domain.UnitTest.csproj @@ -13,7 +13,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Dfe.Academies.Academisation.Service.UnitTest/Dfe.Academies.Academisation.Service.UnitTest.csproj b/Dfe.Academies.Academisation.Service.UnitTest/Dfe.Academies.Academisation.Service.UnitTest.csproj index 00cf55153..730681bba 100644 --- a/Dfe.Academies.Academisation.Service.UnitTest/Dfe.Academies.Academisation.Service.UnitTest.csproj +++ b/Dfe.Academies.Academisation.Service.UnitTest/Dfe.Academies.Academisation.Service.UnitTest.csproj @@ -12,7 +12,7 @@ - + all diff --git a/Dfe.Academies.Academisation.WebApi.UnitTest/Dfe.Academies.Academisation.WebApi.UnitTest.csproj b/Dfe.Academies.Academisation.WebApi.UnitTest/Dfe.Academies.Academisation.WebApi.UnitTest.csproj index fd07a4c89..6938f7666 100644 --- a/Dfe.Academies.Academisation.WebApi.UnitTest/Dfe.Academies.Academisation.WebApi.UnitTest.csproj +++ b/Dfe.Academies.Academisation.WebApi.UnitTest/Dfe.Academies.Academisation.WebApi.UnitTest.csproj @@ -18,7 +18,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive From 711adef80838f186e9232057262ebe6877c5a478 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:59:23 +0100 Subject: [PATCH 7/8] Update github/codeql-action action to v3 (#579) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docker-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-test.yml b/.github/workflows/docker-test.yml index 4c01c3058..9d06f307e 100644 --- a/.github/workflows/docker-test.yml +++ b/.github/workflows/docker-test.yml @@ -41,7 +41,7 @@ jobs: github-pat: ${{ secrets.GITHUB_TOKEN }} - name: Upload scan results to GitHub Security - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 if: always() with: sarif_file: 'trivy-results.sarif' From 1bf427d14f345efd70fb87ea808e2b892624a7e3 Mon Sep 17 00:00:00 2001 From: Ash Davies <3853061+DrizzlyOwl@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:11:21 +0100 Subject: [PATCH 8/8] Health Insights API (#586) * Update Container App module to v1.14.0 * Deploy Health Insights API * This will be deployed in Production environment --- terraform/.terraform.lock.hcl | 72 ++++++++++++++++++----------- terraform/README.md | 17 ++++--- terraform/container-apps-hosting.tf | 5 +- terraform/locals.tf | 3 ++ terraform/variables.tf | 18 ++++++++ 5 files changed, 81 insertions(+), 34 deletions(-) diff --git a/terraform/.terraform.lock.hcl b/terraform/.terraform.lock.hcl index 41805bd99..a16b177fb 100644 --- a/terraform/.terraform.lock.hcl +++ b/terraform/.terraform.lock.hcl @@ -32,23 +32,43 @@ provider "registry.terraform.io/azure/azapi" { ] } +provider "registry.terraform.io/hashicorp/archive" { + version = "2.6.0" + constraints = ">= 2.6.0" + hashes = [ + "h1:upAbF0KeKLAs3UImwwp5veC7jRcLnpKWVjkbd4ziWhM=", + "zh:29273484f7423b7c5b3f5df34ccfc53e52bb5e3d7f46a81b65908e7a8fd69072", + "zh:3cba58ec3aea5f301caf2acc31e184c55d994cc648126cac39c63ae509a14179", + "zh:55170cd17dbfdea842852c6ae2416d057fec631ba49f3bb6466a7268cd39130e", + "zh:7197db402ba35631930c3a4814520f0ebe980ae3acb7f8b5a6f70ec90dc4a388", + "zh:78d5eefdd9e494defcb3c68d282b8f96630502cac21d1ea161f53cfe9bb483b3", + "zh:8bf7fe0915d7fb152a3a6b9162614d2ec82749a06dba13fab3f98d33c020ec4f", + "zh:8ce811844fd53adb0dabc9a541f8cb43aacfa7d8e39324e4bd3592b3428f5bfb", + "zh:bca795bca815b8ac90e3054c0a9ab1ccfb16eedbb3418f8ad473fc5ad6bf0ef7", + "zh:d9355a18df5a36cf19580748b23249de2eb445c231c36a353709f8f40a6c8432", + "zh:dc32cc32cfd8abf8752d34f2a783de0d3f7200c573b885ecb64ece5acea173b4", + "zh:ef498e20391bf7a280d0fd6fd6675621c85fbe4e92f0f517ae4394747db89bde", + "zh:f2bc5226c765b0c8055a7b6207d0fe1eb9484e3ec8880649d158827ac6ed3b22", + ] +} + provider "registry.terraform.io/hashicorp/azuread" { - version = "2.53.1" + version = "3.0.2" constraints = ">= 2.37.1" hashes = [ - "h1:EZNO8sEtUABuRxujQrDrW1z1QsG0dq6iLbzWtnG7Om4=", - "zh:162916b037e5133f49298b0ffa3e7dcef7d76530a8ca738e7293373980f73c68", + "h1:yQqvUtgtrYKGpIygdM8P6N+pvMWJJWIsVdPow29VE20=", + "zh:16e724b80a9004c7978c30f69a73c98ff63eb8a03937dd44c2a8f0ea0438b7a3", "zh:1c3e89cf19118fc07d7b04257251fc9897e722c16e0a0df7b07fcd261f8c12e7", - "zh:492931cea4f30887ab5bca36a8556dfcb897288eddd44619c0217fc5da2d57e7", - "zh:4c895e450e18335ad8714cc6d3488fc1a78816ad2851a91b06cb2ef775dd7c66", - "zh:60d92fdaf7235574201f2d8f68f733ee00a822993b3fc95e6952e09e6ec76999", - "zh:67a169119efa41c1fb867ef1a8e79bf03472a2324384c36eb55370c817dcce42", - "zh:9dd4d5ed9233cf9329262200bc5a1aa60942b80dbc611e2ef4b09f47531b39b1", - "zh:a3c160e35b9e40fc1497b83c2f37a8e24565b05a1783c7733609f3695735c2a9", - "zh:a4a221da42b1f46e7c436c7145e5beaadfd9d03f3be6fd526d132c03f18a5979", - "zh:af0d3476a9702d2287e168e3baa670e64daab9c9b01c01e17025a5248f3e28e9", - "zh:e3579bff7894f3d36066b74ec324be6d28f56a42a387a2b8a0eabf33cbff86df", - "zh:f1749ee8ad972ae6424665aa9d2c0ece8c40c51d41ec2f38b863148cb437e865", + "zh:2bbbf13713ca4767267b889471c9fc14a56a8fdf5d1013da3ca78667e3caec64", + "zh:409ccb05431d643a079da082d89db2d95d6afed4769997ac537c8b7de3bff867", + "zh:53e4bca0f5d015380f7f524f36344afe6211ccaf614bfc69af73ca64a9f47d6c", + "zh:5780be2c1981d090604d7fa4cef675462f17f40e7f3dc501a031488e87a35b8f", + "zh:850e61a1b3e64c752c418526ccf48653514c861b36f5feb631619f906f7e99a0", + "zh:8c3565bfcea006a734149cc080452a9daf7d2a9d5362eb7e0a088b6c0d7f0f03", + "zh:908b9e6ad49d5d21173ecefc7924902047611be93bbf8e7d021aa9563358396f", + "zh:a2a79765c029bc58966eff61cb6e9b0ee14d2ac52b0a22fc7dfa35c9a49af669", + "zh:c7f56cbe8743e9ba81fce871bc97d9c07abe86770d9ee7ffefbf3882a61ba89a", + "zh:d4dba80e33421b30d81c62611fb7fc62ad39afecc6484436e635913cd8553e67", ] } @@ -73,22 +93,22 @@ provider "registry.terraform.io/hashicorp/azurerm" { } provider "registry.terraform.io/hashicorp/null" { - version = "3.2.2" + version = "3.2.3" constraints = ">= 3.2.1" hashes = [ - "h1:IMVAUHKoydFrlPrl9OzasDnw/8ntZFerCC9iXw1rXQY=", - "zh:3248aae6a2198f3ec8394218d05bd5e42be59f43a3a7c0b71c66ec0df08b69e7", - "zh:32b1aaa1c3013d33c245493f4a65465eab9436b454d250102729321a44c8ab9a", - "zh:38eff7e470acb48f66380a73a5c7cdd76cc9b9c9ba9a7249c7991488abe22fe3", - "zh:4c2f1faee67af104f5f9e711c4574ff4d298afaa8a420680b0cb55d7bbc65606", - "zh:544b33b757c0b954dbb87db83a5ad921edd61f02f1dc86c6186a5ea86465b546", - "zh:696cf785090e1e8cf1587499516b0494f47413b43cb99877ad97f5d0de3dc539", - "zh:6e301f34757b5d265ae44467d95306d61bef5e41930be1365f5a8dcf80f59452", + "h1:I0Um8UkrMUb81Fxq/dxbr3HLP2cecTH2WMJiwKSrwQY=", + "zh:22d062e5278d872fe7aed834f5577ba0a5afe34a3bdac2b81f828d8d3e6706d2", + "zh:23dead00493ad863729495dc212fd6c29b8293e707b055ce5ba21ee453ce552d", + "zh:28299accf21763ca1ca144d8f660688d7c2ad0b105b7202554ca60b02a3856d3", + "zh:55c9e8a9ac25a7652df8c51a8a9a422bd67d784061b1de2dc9fe6c3cb4e77f2f", + "zh:756586535d11698a216291c06b9ed8a5cc6a4ec43eee1ee09ecd5c6a9e297ac1", "zh:78d5eefdd9e494defcb3c68d282b8f96630502cac21d1ea161f53cfe9bb483b3", - "zh:913a929070c819e59e94bb37a2a253c228f83921136ff4a7aa1a178c7cce5422", - "zh:aa9015926cd152425dbf86d1abdbc74bfe0e1ba3d26b3db35051d7b9ca9f72ae", - "zh:bb04798b016e1e1d49bcc76d62c53b56c88c63d6f2dfe38821afef17c416a0e1", - "zh:c23084e1b23577de22603cff752e59128d83cfecc2e6819edadd8cf7a10af11e", + "zh:9d5eea62fdb587eeb96a8c4d782459f4e6b73baeece4d04b4a40e44faaee9301", + "zh:a6355f596a3fb8fc85c2fb054ab14e722991533f87f928e7169a486462c74670", + "zh:b5a65a789cff4ada58a5baffc76cb9767dc26ec6b45c00d2ec8b1b027f6db4ed", + "zh:db5ab669cf11d0e9f81dc380a6fdfcac437aea3d69109c7aef1a5426639d2d65", + "zh:de655d251c470197bcbb5ac45d289595295acb8f829f6c781d4a75c8c8b7c7dd", + "zh:f5c68199f2e6076bce92a12230434782bf768103a427e9bb9abee99b116af7b5", ] } diff --git a/terraform/README.md b/terraform/README.md index dac8fc726..65215cb45 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -137,7 +137,7 @@ No providers. | Name | Source | Version | |------|--------|---------| -| [azure\_container\_apps\_hosting](#module\_azure\_container\_apps\_hosting) | github.com/DFE-Digital/terraform-azurerm-container-apps-hosting | v1.12.0 | +| [azure\_container\_apps\_hosting](#module\_azure\_container\_apps\_hosting) | github.com/DFE-Digital/terraform-azurerm-container-apps-hosting | v1.14.0 | | [azurerm\_key\_vault](#module\_azurerm\_key\_vault) | github.com/DFE-Digital/terraform-azurerm-key-vault-tfvars | v0.5.0 | | [statuscake-tls-monitor](#module\_statuscake-tls-monitor) | github.com/dfe-digital/terraform-statuscake-tls-monitor | v0.1.4 | @@ -164,30 +164,33 @@ No resources. | [cdn\_frontdoor\_origin\_host\_header\_override](#input\_cdn\_frontdoor\_origin\_host\_header\_override) | Manually specify the host header that the CDN sends to the target. Defaults to the recieved host header. Set to null to set it to the host\_name (`cdn_frontdoor_origin_fqdn_override`) | `string` | `""` | no | | [cdn\_frontdoor\_rate\_limiting\_duration\_in\_minutes](#input\_cdn\_frontdoor\_rate\_limiting\_duration\_in\_minutes) | CDN Front Door rate limiting duration in minutes | `number` | `5` | no | | [cdn\_frontdoor\_rate\_limiting\_threshold](#input\_cdn\_frontdoor\_rate\_limiting\_threshold) | CDN Front Door rate limiting duration in minutes | `number` | `300` | no | -| [cdn\_frontdoor\_waf\_custom\_rules](#input\_cdn\_frontdoor\_waf\_custom\_rules) | Map of all Custom rules you want to apply to the CDN WAF |
map(object({
priority : number,
action : string
match_conditions : map(object({
match_variable : string,
match_values : optional(list(string), []),
operator : optional(string, "Any"),
selector : optional(string, null),
negation_condition : optional(bool, false),
}))
}))
| `{}` | no | +| [cdn\_frontdoor\_waf\_custom\_rules](#input\_cdn\_frontdoor\_waf\_custom\_rules) | Map of all Custom rules you want to apply to the CDN WAF |
map(object({
priority : number,
action : string
match_conditions : map(object({
match_variable : string,
match_values : optional(list(string), []),
operator : optional(string, "Any"),
selector : optional(string, null),
negation_condition : optional(bool, false),
}))
}))
| `{}` | no | | [container\_apps\_allow\_ips\_inbound](#input\_container\_apps\_allow\_ips\_inbound) | Restricts access to the Container Apps by creating a network security group rule that only allow inbound traffic from the provided list of IPs | `list(string)` | `[]` | no | | [container\_command](#input\_container\_command) | Container command | `list(any)` | n/a | yes | | [container\_health\_probe\_path](#input\_container\_health\_probe\_path) | Specifies the path that is used to determine the liveness of the Container | `string` | n/a | yes | | [container\_min\_replicas](#input\_container\_min\_replicas) | Container min replicas | `number` | `1` | no | | [container\_scale\_http\_concurrency](#input\_container\_scale\_http\_concurrency) | When the number of concurrent HTTP requests exceeds this value, then another replica is added. Replicas continue to add to the pool up to the max-replicas amount. | `number` | `10` | no | | [container\_secret\_environment\_variables](#input\_container\_secret\_environment\_variables) | Container secret environment variables | `map(string)` | n/a | yes | -| [dns\_mx\_records](#input\_dns\_mx\_records) | DNS MX records to add to the DNS Zone |
map(
object({
ttl : optional(number, 300),
records : list(
object({
preference : number,
exchange : string
})
)
})
)
| `{}` | no | -| [dns\_ns\_records](#input\_dns\_ns\_records) | DNS NS records to add to the DNS Zone |
map(
object({
ttl : optional(number, 300),
records : list(string)
})
)
| n/a | yes | -| [dns\_txt\_records](#input\_dns\_txt\_records) | DNS TXT records to add to the DNS Zone |
map(
object({
ttl : optional(number, 300),
records : list(string)
})
)
| n/a | yes | +| [dns\_mx\_records](#input\_dns\_mx\_records) | DNS MX records to add to the DNS Zone |
map(
object({
ttl : optional(number, 300),
records : list(
object({
preference : number,
exchange : string
})
)
})
)
| `{}` | no | +| [dns\_ns\_records](#input\_dns\_ns\_records) | DNS NS records to add to the DNS Zone |
map(
object({
ttl : optional(number, 300),
records : list(string)
})
)
| n/a | yes | +| [dns\_txt\_records](#input\_dns\_txt\_records) | DNS TXT records to add to the DNS Zone |
map(
object({
ttl : optional(number, 300),
records : list(string)
})
)
| n/a | yes | | [dns\_zone\_domain\_name](#input\_dns\_zone\_domain\_name) | DNS zone domain name. If created, records will automatically be created to point to the CDN. | `string` | n/a | yes | | [enable\_cdn\_frontdoor](#input\_enable\_cdn\_frontdoor) | Enable Azure CDN FrontDoor. This will use the Container Apps endpoint as the origin. | `bool` | n/a | yes | | [enable\_cdn\_frontdoor\_health\_probe](#input\_enable\_cdn\_frontdoor\_health\_probe) | Enable CDN Front Door health probe | `bool` | `false` | no | | [enable\_container\_registry](#input\_enable\_container\_registry) | Set to true to create a container registry | `bool` | n/a | yes | | [enable\_dns\_zone](#input\_enable\_dns\_zone) | Conditionally create a DNS zone | `bool` | n/a | yes | | [enable\_event\_hub](#input\_enable\_event\_hub) | Send Azure Container App logs to an Event Hub sink | `bool` | `false` | no | +| [enable\_health\_insights\_api](#input\_enable\_health\_insights\_api) | Deploys a Function App that exposes the last 3 HTTP Web Tests via an API endpoint. 'enable\_app\_insights\_integration' and 'enable\_monitoring' must be set to 'true'. | `bool` | `false` | no | | [enable\_logstash\_consumer](#input\_enable\_logstash\_consumer) | Create an Event Hub consumer group for Logstash | `bool` | `false` | no | | [enable\_monitoring](#input\_enable\_monitoring) | Create an App Insights instance and notification group for the Container App | `bool` | n/a | yes | | [enable\_mssql\_database](#input\_enable\_mssql\_database) | Set to true to create an Azure SQL server/database, with a private endpoint within the virtual network | `bool` | n/a | yes | | [environment](#input\_environment) | Environment name. Will be used along with `project_name` as a prefix for all resources. | `string` | n/a | yes | | [eventhub\_export\_log\_analytics\_table\_names](#input\_eventhub\_export\_log\_analytics\_table\_names) | List of Log Analytics table names that you want to export to Event Hub. See https://learn.microsoft.com/en-gb/azure/azure-monitor/logs/logs-data-export?tabs=portal#supported-tables for a list of supported tables | `list(string)` | `[]` | no | -| [existing\_logic\_app\_workflow](#input\_existing\_logic\_app\_workflow) | Name, and Resource Group of an existing Logic App Workflow. Leave empty to create a new Resource |
object({
name : string
resource_group_name : string
})
|
{
"name": "",
"resource_group_name": ""
}
| no | +| [existing\_logic\_app\_workflow](#input\_existing\_logic\_app\_workflow) | Name, and Resource Group of an existing Logic App Workflow. Leave empty to create a new Resource |
object({
name : string
resource_group_name : string
})
|
{
"name": "",
"resource_group_name": ""
}
| no | | [existing\_network\_watcher\_name](#input\_existing\_network\_watcher\_name) | Use an existing network watcher to add flow logs. | `string` | n/a | yes | | [existing\_network\_watcher\_resource\_group\_name](#input\_existing\_network\_watcher\_resource\_group\_name) | Existing network watcher resource group. | `string` | n/a | yes | +| [health\_insights\_api\_cors\_origins](#input\_health\_insights\_api\_cors\_origins) | List of hostnames that are permitted to contact the Health insights API | `list(string)` |
[
"*"
]
| no | +| [health\_insights\_api\_ipv4\_allow\_list](#input\_health\_insights\_api\_ipv4\_allow\_list) | List of IPv4 addresses that are permitted to contact the Health insights API | `list(string)` | `[]` | no | | [image\_name](#input\_image\_name) | Image name | `string` | n/a | yes | | [key\_vault\_access\_ipv4](#input\_key\_vault\_access\_ipv4) | List of IPv4 Addresses that are permitted to access the Key Vault | `list(string)` | n/a | yes | | [monitor\_email\_receivers](#input\_monitor\_email\_receivers) | A list of email addresses that should be notified by monitoring alerts | `list(string)` | n/a | yes | @@ -195,7 +198,7 @@ No resources. | [mssql\_azuread\_admin\_object\_id](#input\_mssql\_azuread\_admin\_object\_id) | Object ID of a User within Azure AD that you want to assign as the SQL Server Administrator | `string` | n/a | yes | | [mssql\_azuread\_admin\_username](#input\_mssql\_azuread\_admin\_username) | Username of a User within Azure AD that you want to assign as the SQL Server Administrator | `string` | n/a | yes | | [mssql\_database\_name](#input\_mssql\_database\_name) | The name of the MSSQL database to create. Must be set if `enable_mssql_database` is true | `string` | n/a | yes | -| [mssql\_firewall\_ipv4\_allow\_list](#input\_mssql\_firewall\_ipv4\_allow\_list) | A list of IPv4 Addresses that require remote access to the MSSQL Server |
map(object({
start_ip_range : string,
end_ip_range : optional(string, "")
}))
| `{}` | no | +| [mssql\_firewall\_ipv4\_allow\_list](#input\_mssql\_firewall\_ipv4\_allow\_list) | A list of IPv4 Addresses that require remote access to the MSSQL Server |
map(object({
start_ip_range : string,
end_ip_range : optional(string, "")
}))
| `{}` | no | | [mssql\_managed\_identity\_assign\_role](#input\_mssql\_managed\_identity\_assign\_role) | Assign the 'Storage Blob Data Contributor' Role to the SQL Server User-Assigned Managed Identity. Note: If you do not have 'Microsoft.Authorization/roleAssignments/write' permission, you will need to manually assign the 'Storage Blob Data Contributor' Role to the identity | `bool` | `false` | no | | [mssql\_server\_admin\_password](#input\_mssql\_server\_admin\_password) | The local administrator password for the MSSQL server | `string` | n/a | yes | | [mssql\_server\_public\_access\_enabled](#input\_mssql\_server\_public\_access\_enabled) | Enable public internet access to your MSSQL instance. Be sure to specify 'mssql\_firewall\_ipv4\_allow\_list' to restrict inbound connections | `bool` | `false` | no | diff --git a/terraform/container-apps-hosting.tf b/terraform/container-apps-hosting.tf index 98f4a908d..7a5a4816c 100644 --- a/terraform/container-apps-hosting.tf +++ b/terraform/container-apps-hosting.tf @@ -1,5 +1,5 @@ module "azure_container_apps_hosting" { - source = "github.com/DFE-Digital/terraform-azurerm-container-apps-hosting?ref=v1.12.0" + source = "github.com/DFE-Digital/terraform-azurerm-container-apps-hosting?ref=v1.14.0" environment = local.environment project_name = local.project_name @@ -19,6 +19,9 @@ module "azure_container_apps_hosting" { container_secret_environment_variables = local.container_secret_environment_variables container_scale_http_concurrency = local.container_scale_http_concurrency container_min_replicas = local.container_min_replicas + enable_health_insights_api = local.enable_health_insights_api + health_insights_api_cors_origins = local.health_insights_api_cors_origins + health_insights_api_ipv4_allow_list = local.health_insights_api_ipv4_allow_list enable_mssql_database = local.enable_mssql_database mssql_server_admin_password = local.mssql_server_admin_password diff --git a/terraform/locals.tf b/terraform/locals.tf index 852da4279..05e1e5b64 100644 --- a/terraform/locals.tf +++ b/terraform/locals.tf @@ -57,4 +57,7 @@ locals { statuscake_contact_group_integrations = var.statuscake_contact_group_integrations statuscake_contact_group_email_addresses = var.statuscake_contact_group_email_addresses alarm_log_ingestion_gb_per_day = var.alarm_log_ingestion_gb_per_day + enable_health_insights_api = var.enable_health_insights_api + health_insights_api_cors_origins = var.health_insights_api_cors_origins + health_insights_api_ipv4_allow_list = var.health_insights_api_ipv4_allow_list } diff --git a/terraform/variables.tf b/terraform/variables.tf index afbb4627e..91489cd95 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -384,3 +384,21 @@ variable "cdn_frontdoor_waf_custom_rules" { })) default = {} } + +variable "enable_health_insights_api" { + description = "Deploys a Function App that exposes the last 3 HTTP Web Tests via an API endpoint. 'enable_app_insights_integration' and 'enable_monitoring' must be set to 'true'." + type = bool + default = false +} + +variable "health_insights_api_cors_origins" { + description = "List of hostnames that are permitted to contact the Health insights API" + type = list(string) + default = ["*"] +} + +variable "health_insights_api_ipv4_allow_list" { + description = "List of IPv4 addresses that are permitted to contact the Health insights API" + type = list(string) + default = [] +}