Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
drlau committed Sep 18, 2020
1 parent 9d20c4f commit b534e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ The returned type from `Parse` and `ParseFromFile` is `[]*tfplanparse.ResourceCh
- **`UpdateType`**: The type of update (refer to `updatetype.go` for possible values)
- **`Tainted`**: Indicates whether the resource is tainted or not
- **`AttributeChanges`**: Planned attribute changes
- **`MapAttributeChanges`**: Planned attribute changes that are maps

Each `ResourceChange` also has the following helper functions:

Expand All @@ -60,4 +59,5 @@ Additionally, these helper functions accept the following options:

- **`IgnoreComputed`**
- **`IgnoreSensitive`**
- **`IgnoreNoOp`**
- **`ComputedOnly`**

0 comments on commit b534e74

Please sign in to comment.