localstack / terraform-local

Terraform CLI wrapper to deploy your Terraform applications directly to LocalStack
Apache License 2.0
203 stars 24 forks source link

`Error: Unsupported argument` after hashicorp/aws v5.22.0 release #31

Closed Kevin-McGonigle closed 1 year ago

Kevin-McGonigle commented 1 year ago

Similar to #21, getting the following error today setting up DynamoDB following yesterday's hashicorp/aws v5.22.0 release:

╷
│ Error: Unsupported argument
│ 
│   on localstack_providers_override.tf line 14, in provider "aws":
│   14: appconfigdata = "http://localhost:4566"
│ 
│ An argument named "appconfigdata" is not expected here.
╵
Kevin-McGonigle commented 1 year ago

Having said that, just pinned to v5.21.0 and still getting the issue, so not really sure what's going on 🤷🏻

Kevin-McGonigle commented 1 year ago

There are some different dependency versions being installed since the last successful run yesterday:

Before:

Successfully installed boto3-1.28.66 botocore-1.31.66 jmespath-1.0.1 lark-1.1.7 localstack-client-2.3 python-dateutil-2.8.2 python-hcl2-4.3.2 s3transfer-0.7.0 terraform-local-0.14

After:

Successfully installed boto3-1.28.67 botocore-1.31.67 jmespath-1.0.1 lark-1.1.7 localstack-client-2.5 python-dateutil-2.8.2 python-hcl2-4.3.2 s3transfer-0.7.0 terraform-local-0.14