You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WIth the update to v0.16.0 we get the following error when running terraform validate.
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/dynamodb_table.dynamodb_autoscaler/main.tf line 9, in resource "aws_appautoscaling_target" "read_target":
│ 9: tags = module.this.tags
│
│ An argument named "tags" is not expected here.
╵
The message is repeated for read_target_index, write_target and write_target_index
Describe the Bug
WIth the update to v0.16.0 we get the following error when running
terraform validate
.The message is repeated for
read_target_index
,write_target
andwrite_target_index
Our call to the dynamodb_autoscaler:
Expected Behavior
The module should pass on tags to created resources.
Steps to Reproduce
terraform validate
with the module call above.Screenshots
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: