terraform apply
0.0% Savings
0 Commands
0 Tokens saved
2 Tests
Install
Safety checks passed
Filter definition
command = "terraform apply"
strip_ansi = true
collapse_empty_lines = true
show_history_hint = true
skip = [
": Still (creating|modifying|destroying)\\.\\.\\.",
": Reading\\.\\.\\.$",
": Read complete",
": Refreshing state\\.\\.\\.",
": Refresh complete",
]
[on_failure]
tail = 40
Examples
failure shows tail of error output
~90 tokens → ~61 tokens
(32% saved)
Raw output
aws_lambda_function.api: Still creating... [10s elapsed]
aws_lambda_function.api: Still creating... [20s elapsed]
Error: creating Lambda Function (gw-api): InvalidParameterValueException: The role defined for the function cannot be assumed by Lambda.
on main.tf line 42, in resource "aws_lambda_function" "api":
42: resource "aws_lambda_function" "api" { Filtered output
Error: creating Lambda Function (gw-api): InvalidParameterValueException: The role defined for the function cannot be assumed by Lambda.
on main.tf line 42, in resource "aws_lambda_function" "api":
42: resource "aws_lambda_function" "api" { success filters progress lines
~125 tokens → ~31 tokens
(75% saved)
Raw output
aws_lambda_function.api: Refreshing state... [id=gw-api] aws_lambda_function.api: Refresh complete [id=gw-api] aws_iam_role.lambda: Reading... aws_iam_role.lambda: Read complete after 1s [id=gw-api-role] aws_lambda_function.api: Still creating... [10s elapsed] aws_lambda_function.api: Still modifying... [20s elapsed] aws_s3_bucket.assets: Still destroying... [10s elapsed] aws_lambda_function.api: Creation complete after 15s [id=gw-api] Apply complete! Resources: 1 added, 1 changed, 1 destroyed.
Filtered output
aws_lambda_function.api: Creation complete after 15s [id=gw-api] Apply complete! Resources: 1 added, 1 changed, 1 destroyed.
Warning: Community filters are third-party code. Review the filter definition above before installing it in production environments.Browse all filters