Skip to content

Commit

Permalink
clarify app_id and env_id descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Mar 1, 2024
1 parent fa76143 commit 30ce393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/040-id-broker/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -582,13 +582,13 @@ variable "wildcard_cert_arn" {
}

variable "app_id" {
description = "AppConfig application ID"
description = "AppConfig application ID created by AWS. This cannot be the application name."
type = string
default = ""
}

variable "env_id" {
description = "AppConfig environment ID"
description = "AppConfig environment ID created by AWS. This cannot be the environment name."
type = string
default = ""
}

0 comments on commit 30ce393

Please sign in to comment.