forked from hashicorp/terraform-provider-google-beta
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignored case changes in bigquery table schema mode/type (hashicorp#4943)
* Ignored case changes in bigquery table schema mode/type BigQuery table schema normalizes the mode and type to uppercase, which causes a permadiff for the end user if they set it in lowercase. Also removed tests for setting type to nil, because a field type being nil is invalid. Resolved hashicorp/terraform-provider-google#9472 * Handle invalid input from users without a panic Signed-off-by: Modular Magician <[email protected]>
- Loading branch information
1 parent
7387850
commit a25ffd0
Showing
4 changed files
with
101 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:bug | ||
bigquery: Fixed permadiff due to lowercase mode/type in `google_bigquery_table.schema` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters