Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnvironmentTemplate ¶
EnvironmentTemplate asserts existence and fills in {env.VAR} & {var.RANDOM} placeholders in template
func ResourceCheck ¶
func ResourceCheck(name string, cb func(ctx context.Context, client *common.DatabricksClient, id string) error) resource.TestCheckFunc
ResourceCheck calls back a function with client and resource id
Types ¶
type Step ¶
type Step struct { Template string Callback func(ctx context.Context, client *common.DatabricksClient, id string) error Check func(*terraform.State) error Destroy bool ExpectNonEmptyPlan bool ExpectError *regexp.Regexp PlanOnly bool PreventDiskCleanup bool PreventPostDestroyRefresh bool ImportState bool ImportStateVerify bool }
Step ...
Click to show internal directories.
Click to hide internal directories.