I have the following terraform resource, which is valid and deploys fine:
resource "aws_dynamodb_kinesis_streaming_destination" "vanaheim_v3_stream_destination" { stream_arn = <some arn here> table_name = <table name> approximate_creation_date_time_precision = "MICROSECOND" }
But when trying to run locally with tflocal in docker, I get the following error:
Error: Unsupported argument An argument named "approximate_creation_date_time_precision" is not expected here.
Using latest terraform version 1.11.3