terraform-plugin-sdk icon indicating copy to clipboard operation
terraform-plugin-sdk copied to clipboard

docs: customdiff.{ValidateChange,ForceNewIfChange,ComputedIf} take a context.Context

Open andrewsomething opened this issue 3 years ago • 0 comments

These functions all take a context.Context as their first argument now.

https://github.com/hashicorp/terraform-plugin-sdk/blob/9bdb216a4ab835003a624b0a15ac39c58ef2861e/helper/customdiff/validate.go#L12

https://github.com/hashicorp/terraform-plugin-sdk/blob/2f7133b9729bf59bd8a59e006f15e4f845556284/helper/customdiff/condition.go#L15

https://github.com/hashicorp/terraform-plugin-sdk/blob/2f7133b9729bf59bd8a59e006f15e4f845556284/helper/customdiff/condition.go#L11

andrewsomething avatar Aug 08 '22 20:08 andrewsomething