Skip to content

Commit

Permalink
Update plan-modification.mdx to properly label destroy check (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
moskyb authored Oct 20, 2023
1 parent 8971ffa commit cd4d1ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (m ExampleModifier) PlanModifyString(_ context.Context, req planmodifier.St
}
```

Implement the following to check whether the resource is being created:
Implement the following to check whether the resource is being destroyed:

```go
func (m ExampleModifier) PlanModifyString(_ context.Context, req planmodifier.StringRequest, resp *planmodifier.StringResponse) {
Expand Down

0 comments on commit cd4d1ec

Please sign in to comment.