Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed May 25, 2023
1 parent 815856d commit c011958
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

- [Badges](#badges)
- [TF summarize](#tf-summarize)
- [Example](#example)
- [Steps](#steps)
- [Installation](#installation)
- [Usage](#usage)
- [Built-in subcommand](#built-in-subcommand)
Expand All @@ -38,11 +40,16 @@

**The concern is:** I have a lot of changes in terraform and I need a clear way of the concepts that are going to be **deleted|changed|created** only with the resource address. It can be messy to have a super tf plan output when there are **many changes**.


## Example

Imagine you are going to:

- Create a new s3 test bucket
- Change your ALB ingress controller policy and vpc-cni addon
- Delete grafana backup tool helm chart...
- Delete grafana backup tool helm chart

## Steps

1. Makes the appropriate changes from code.

Expand Down

0 comments on commit c011958

Please sign in to comment.