From b534e74a00a9b5ea926142a195a05310832b698d Mon Sep 17 00:00:00 2001 From: d-lau Date: Fri, 18 Sep 2020 18:23:00 +0900 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 199c049..6818caf 100644 --- a/README.md +++ b/README.md @@ -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: @@ -60,4 +59,5 @@ Additionally, these helper functions accept the following options: - **`IgnoreComputed`** - **`IgnoreSensitive`** +- **`IgnoreNoOp`** - **`ComputedOnly`** \ No newline at end of file