Skip to content

Commit

Permalink
Apply description suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bret Mogilefsky <[email protected]>
  • Loading branch information
rahearn and mogul authored May 9, 2024
1 parent ddff0be commit 68c5f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions domain/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ variable "cf_space_name" {

variable "app_name_or_id" {
type = string
description = "base application name or id to be accessed at this domain name. Conflicts with var.app_names_or_ids"
description = "base application name or id to be accessed at this domain name. Overrides var.app_names_or_ids if used"
default = null
}

variable "app_names_or_ids" {
type = list(string)
description = "base application names or ids to be accessed at this domain name. Overwritten by var.app_name_or_id"
description = "base application names or ids to be accessed at this domain name. Overridden by var.app_name_or_id if used"
default = []
}

Expand Down

0 comments on commit 68c5f26

Please sign in to comment.