Kinesis application not keeping the order of record_columns #16248
Labels
bug
Addresses a defect in current functionality.
regression
Pertains to a degraded workflow resulting from an upstream patch or internal enhancement.
service/kinesisanalytics
Issues and PRs that pertain to the kinesisanalytics service.
Milestone
This issue was originally opened by @tfeuser123 as hashicorp/terraform#26943. It was migrated here as a result of the provider split. The original body of the issue is below.
Since Nov. 6 Friday, TFE is mixing column orders defined below. If you see code snippets below, HEADER_TYPE is the 1st column and AWS component (Kinesis Analytics) was keeping the same order as the terraform codes. But since Nov 6 (no changes), DATA_CD is the 1st column and all other columns are mixed up. So, we have to manual re-arrange the column orders from AWS console. More strangely, It works fine on local deploy with S3 backend (I mean it keeps the order). It is happening only for TFE deploy (TFE backend).
The text was updated successfully, but these errors were encountered: