title | platform |
---|---|
About the google_dataproc_workflow_templates resource |
gcp |
A google_dataproc_workflow_templates
is used to test a Google WorkflowTemplates resource
describe google_dataproc_workflow_templates(parent: 'value_parent') do
it { should exist }
its('ids') { should include 'value_id' }
its('names') { should include 'value_name' }
its('create_times') { should include 'value_createtime' }
its('update_times') { should include 'value_updatetime' }
its('dag_timeouts') { should include 'value_dagtimeout' }
end
parent
: The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates,list, the resource name of the region has the following format: projects/{projectId}/regions/{region} For projects.locations.workflowTemplates.list, the resource name of the location has the following format: projects/{projectId}/locations/{location}
Properties that can be accessed from the google_dataproc_workflow_templates
resource:
See google_dataproc_project_location_workflow_template.md for more detailed information
ids
: an array ofgoogle_dataproc_project_location_workflow_template
idnames
: an array ofgoogle_dataproc_project_location_workflow_template
nameversions
: an array ofgoogle_dataproc_project_location_workflow_template
versioncreate_times
: an array ofgoogle_dataproc_project_location_workflow_template
create_timeupdate_times
: an array ofgoogle_dataproc_project_location_workflow_template
update_timelabels
: an array ofgoogle_dataproc_project_location_workflow_template
labelsplacements
: an array ofgoogle_dataproc_project_location_workflow_template
placementjobs
: an array ofgoogle_dataproc_project_location_workflow_template
jobsparameters
: an array ofgoogle_dataproc_project_location_workflow_template
parametersdag_timeouts
: an array ofgoogle_dataproc_project_location_workflow_template
dag_timeoutencryption_configs
: an array ofgoogle_dataproc_project_location_workflow_template
encryption_config
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.
Ensure the Cloud Dataproc API is enabled for the current project.