Skip to content

Commit

Permalink
Add suffix variable description
Browse files Browse the repository at this point in the history
  • Loading branch information
pav committed May 13, 2024
1 parent a85abf2 commit 832f715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ variable "rejected_patches" {

variable "suffix" {
type = string
description = "When creating multiple patch schedules per environment, a suffix can be used to differentiate resources "
description = "When creating multiple patch schedules per environment, a suffix can be used to differentiate resources"
default = null
}

0 comments on commit 832f715

Please sign in to comment.