Skip to content

Commit a7433d7

Browse files
committed
[NDR-74] api-env var desc
1 parent f85d05f commit a7433d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrastructure/variable.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ variable "cloud_only_service_instances" {
202202
}
203203

204204
variable "apim_environment" {
205-
type = string
205+
description = "Identifier for the API Management environment (e.g., 'dev', 'test', 'prod')."
206+
type = string
206207
}
207208

208209
locals {

0 commit comments

Comments
 (0)