Skip to content

shakhanton/terraform-aws-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

  1. Prepare state
  2. Place all your state jsons into plans folder
  3. Run main.py

How to prepare state

$ terraform plan -out=plan.out
$ terraform show -json plan.out > plan.json

Resources that Support Diff Detection

The following resource types support diff detection.

Service Resource
IAM AWS::IAM::Group
AWS::IAM::InstanceProfile
AWS::IAM::ManagedPolicy
AWS::IAM::Role
AWS::IAM::User
CloudWatch AWS::CloudWatch::ListDashboards
Lambda AWS::Lambda::Function
Amazon RDS AWS::RDS::DBInstance
Amazon SNS AWS::SNS::Topic

License

This code is released under the Apache 2.0 License. Please see LICENSE for more details.

Copyright © 2020 Anton Shakh

About

Tool for check resources what not was created by Terraform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages