Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Mossakowski <[email protected]>
  • Loading branch information
dgniewek and moss2k13 authored Nov 5, 2024
1 parent 3c1d3ab commit 2871e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ output "name" {
}

output "credit_quota" {
description = "he number of credits allocated monthly to the resource monitor"
description = "The number of credits allocated monthly to the resource monitor"
value = resource.snowflake_resource_monitor.this.credit_quota
}

Expand Down

0 comments on commit 2871e10

Please sign in to comment.