Documentation ¶
Index ¶
- func Enable(fn func(context.Context, *schema.ResourceData, interface{}) diag.Diagnostics) func(context.Context, *schema.ResourceData, interface{}) diag.Diagnostics
- func EnableCustomizeDiff(fn func(context.Context, *schema.ResourceDiff, interface{}) error) func(context.Context, *schema.ResourceDiff, interface{}) error
- func EnableSchemaDiff(fn func(k, old, new string, d *schema.ResourceData) bool) func(k, old, new string, d *schema.ResourceData) bool
- func EnableSchemaSetFunc(fn func(v interface{}) int) func(v interface{}) int
- func SetOutput()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Enable ¶
func Enable(fn func(context.Context, *schema.ResourceData, interface{}) diag.Diagnostics) func(context.Context, *schema.ResourceData, interface{}) diag.Diagnostics
Enable redirects logging into a an output file
func EnableCustomizeDiff ¶ added in v1.0.5
func EnableCustomizeDiff(fn func(context.Context, *schema.ResourceDiff, interface{}) error) func(context.Context, *schema.ResourceDiff, interface{}) error
EnableCustomizeDiff redirects logging into a an output file
func EnableSchemaDiff ¶ added in v1.0.5
func EnableSchemaDiff(fn func(k, old, new string, d *schema.ResourceData) bool) func(k, old, new string, d *schema.ResourceData) bool
EnableSchemaDiff redirects logging into a an output file
func EnableSchemaSetFunc ¶ added in v1.14.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.