Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnvironmentVariableJobOverrideResource ¶
EnvironmentVariableJobOverrideResource is a helper function to simplify the provider implementation.
Types ¶
type EnvironmentVariableJobOverrideResourceModel ¶
type EnvironmentVariableJobOverrideResourceModel struct {
ID types.String `tfsdk:"id"`
ProjectID types.Int64 `tfsdk:"project_id"`
AccountID types.Int64 `tfsdk:"account_id"`
Name types.String `tfsdk:"name"`
JobDefinitionID types.Int64 `tfsdk:"job_definition_id"`
RawValue types.String `tfsdk:"raw_value"`
EnvironmentVariableJobOverrideID types.Int64 `tfsdk:"environment_variable_job_override_id"`
}
EnvironmentVariableJobOverrideResourceModel is the model for the resource
Click to show internal directories.
Click to hide internal directories.