-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws_dynamodb_table resource reading tags from dynamodb-local throws UnknownOperationException #11926
Comments
@cstavro I'm running into this exact issue and wondering if you found any workaround? As you showed the apply errors out even when tags are excluded from the resource definition. |
@CPWeaver I don't think the fix is going to be huge but I've had trouble getting TF to compile on my Windows box so I haven't gotten around to attempting to fix it myself yet. My solution so far has been to stick with TF v0.8.5 for this project. It's either that or manage dynamodb differently between my dev and production environments which I don't really want to do. |
@cstavro Thanks, that's what I suspected. I'd like to stay on a newer version of TF so I'll probably just provision dev instances separately and hope Amazon releases an updated local Dynamo that supports tagging. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Terraform Version
0.8.6
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/cstavro/5e23b233ebfc29ffa48e5ead52d27c34
Expected Behavior
Actual Behavior
The output is here: https://gist.github.com/cstavro/d9d3686454fafd2d95a6ebc7cba43363
Steps to Reproduce
terraform apply
Important Factoids
References
Pretty sure this is the guy that causes the problem
The text was updated successfully, but these errors were encountered: