Skip to content

Bug: says argument is unsupported when it is indeed supported #76

@Scott-Hoefer-Spycloud

Description

@Scott-Hoefer-Spycloud

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions