Documentation ¶
Overview ¶
Code generated by golang.org/x/tools/cmd/bundle. DO NOT EDIT. nolint
Index ¶
- Constants
- func HelperResourceDebug(ctx helper_resource_context.Context, msg string, ...)
- func HelperResourceError(ctx helper_resource_context.Context, msg string, ...)
- func HelperResourceTrace(ctx helper_resource_context.Context, msg string, ...)
- func HelperResourceWarn(ctx helper_resource_context.Context, msg string, ...)
- func HelperSchemaDebug(ctx helper_schema_context.Context, msg string, ...)
- func HelperSchemaError(ctx helper_schema_context.Context, msg string, ...)
- func HelperSchemaTrace(ctx helper_schema_context.Context, msg string, ...)
- func HelperSchemaWarn(ctx helper_schema_context.Context, msg string, ...)
- func InitContext(ctx context_context.Context) context_context.Context
- func InitTestContext(ctx context_context.Context, t context_testingtesting.T) context_context.Context
- func TestNameContext(ctx context_context.Context, testName string) context_context.Context
- func TestStepNumberContext(ctx context_context.Context, stepNumber int) context_context.Context
- func TestTerraformPathContext(ctx context_context.Context, terraformPath string) context_context.Context
- func TestWorkingDirectoryContext(ctx context_context.Context, workingDirectory string) context_context.Context
Constants ¶
View Source
const ( EnvTfLogSdk = "TF_LOG_SDK" EnvTfLogSdkHelperResource = "TF_LOG_SDK_HELPER_RESOURCE" EnvTfLogSdkHelperSchema = "TF_LOG_SDK_HELPER_SCHEMA" )
View Source
const ( KeyAttributePath = "tf_attribute_path" KeyDataSourceType = "tf_data_source_type" KeyError = "error" KeyProviderAddress = "tf_provider_addr" KeyResourceType = "tf_resource_type" KeyTestName = "test_name" KeyTestStepNumber = "test_step_number" KeyTestTerraformConfiguration = "test_terraform_configuration" KeyTestTerraformLogLevel = "test_terraform_log_level" KeyTestTerraformLogCoreLevel = "test_terraform_log_core_level" KeyTestTerraformLogProviderLevel = "test_terraform_log_provider_level" KeyTestTerraformLogPath = "test_terraform_log_path" KeyTestTerraformPath = "test_terraform_path" KeyTestTerraformPlan = "test_terraform_plan" KeyTestWorkingDirectory = "test_working_directory" )
View Source
const (
SubsystemHelperResource = "helper_resource"
)
View Source
const (
SubsystemHelperSchema = "helper_schema"
)
Variables ¶
This section is empty.
Functions ¶
func HelperResourceDebug ¶
func HelperResourceDebug(ctx helper_resource_context.Context, msg string, additionalFields ...map[string]interface{})
func HelperResourceError ¶
func HelperResourceError(ctx helper_resource_context.Context, msg string, additionalFields ...map[string]interface{})
func HelperResourceTrace ¶
func HelperResourceTrace(ctx helper_resource_context.Context, msg string, additionalFields ...map[string]interface{})
func HelperResourceWarn ¶
func HelperResourceWarn(ctx helper_resource_context.Context, msg string, additionalFields ...map[string]interface{})
func HelperSchemaDebug ¶
func HelperSchemaDebug(ctx helper_schema_context.Context, msg string, additionalFields ...map[string]interface{})
func HelperSchemaError ¶
func HelperSchemaError(ctx helper_schema_context.Context, msg string, additionalFields ...map[string]interface{})
func HelperSchemaTrace ¶
func HelperSchemaTrace(ctx helper_schema_context.Context, msg string, additionalFields ...map[string]interface{})
func HelperSchemaWarn ¶
func HelperSchemaWarn(ctx helper_schema_context.Context, msg string, additionalFields ...map[string]interface{})
func InitContext ¶
func InitContext(ctx context_context.Context) context_context.Context
func InitTestContext ¶
func InitTestContext(ctx context_context.Context, t context_testingtesting.T) context_context.Context
func TestNameContext ¶
func TestNameContext(ctx context_context.Context, testName string) context_context.Context
func TestStepNumberContext ¶
func TestStepNumberContext(ctx context_context.Context, stepNumber int) context_context.Context
func TestTerraformPathContext ¶
func TestTerraformPathContext(ctx context_context.Context, terraformPath string) context_context.Context
func TestWorkingDirectoryContext ¶
func TestWorkingDirectoryContext(ctx context_context.Context, workingDirectory string) context_context.Context
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.