Skip to content

Commit

Permalink
Fix disallow_incompatible_col_type_changes description on variables.tf (
Browse files Browse the repository at this point in the history
  • Loading branch information
javsanbel2 authored Jul 12, 2021
1 parent 7e97d5b commit cc0d392
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 @@ -513,7 +513,7 @@ variable "rds_max_allowed_packet" {
}

variable "disallow_incompatible_col_type_changes" {
description = "Hive metastore setting to disallow validation when incompatible schema type changes. Default is false."
description = "Hive metastore setting to disallow validation when incompatible schema type changes."
type = bool
default = true
}

0 comments on commit cc0d392

Please sign in to comment.