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 b18d028 commit 26f8582Copy full SHA for 26f8582
infrastructure/api_mtls.tf
@@ -4,7 +4,7 @@ resource "aws_api_gateway_rest_api" "ndr_doc_store_api_mtls" {
4
description = "Document store API with mTLS enabled"
5
6
tags = {
7
- Name = "${terraform.workspace}_DocStoreApiMtls"
+ Name = "${terraform.workspace}_DocStoreApiMtls"
8
}
9
10
0 commit comments