Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

tfbrief

CI

Summarises terraform plan output into something readable.

terraform plan -out=plan.out
terraform show -json plan.out | tfbrief
8 changes:  3 to add, 4 to update, 1 to destroy

(root)
  + aws_iam_role.api_exec
  + aws_lambda_function.api
  + aws_cloudwatch_log_group.api
  ~ aws_lambda_function.worker
      memory_size: 128 β†’ 256
      timeout: 30 β†’ 60
  ~ aws_s3_bucket.uploads
      tags
  ~ aws_sqs_queue.jobs
      visibility_timeout_seconds: 30 β†’ 60
  ~ aws_secretsmanager_secret.db_password
      recovery_window_in_days: 30 β†’ 7
  - aws_sqs_queue.legacy

⚠  1 resource(s) will be destroyed or replaced.

About

πŸ“‹ Readable summaries of terraform plans

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages