Skip to content

Commit

Permalink
fix: amend description for owner variable (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaops authored Feb 22, 2024
1 parent 2f65ea6 commit 96e2b6f
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 @@ -75,7 +75,7 @@ variable "name" {
}

variable "owner" {
description = "The name of the repository"
description = "The owner of the repository"
type = string
}

Expand Down

0 comments on commit 96e2b6f

Please sign in to comment.