We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49dc327 commit 907a032Copy full SHA for 907a032
infrastructure/instance/modules/api_gateway/mtls_cert.tf
@@ -1,11 +1,3 @@
1
-terraform {
2
- required_providers {
3
- terraform = {
4
- source = "builtin/terraform"
5
- version = ""
6
- }
7
8
-}
9
locals {
10
# NHSD cert file
11
truststore_file_name = var.environment == "preprod" ? "imms-int-cert.pem" : "server-renewed-cert.pem"
0 commit comments