You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"google_dataflow_flex_template_job" {
source="./modules/google-beta/r/google_dataflow_flex_template_job"# container_spec_gcs_path - (required) is a type of stringcontainer_spec_gcs_path=null# labels - (optional) is a type of map of stringlabels={}
# name - (required) is a type of stringname=null# on_delete - (optional) is a type of stringon_delete=null# parameters - (optional) is a type of map of stringparameters={}
# project - (optional) is a type of stringproject=null# region - (optional) is a type of stringregion=null
}
resource"google_dataflow_flex_template_job""this" {
# container_spec_gcs_path - (required) is a type of stringcontainer_spec_gcs_path=var.container_spec_gcs_path# labels - (optional) is a type of map of stringlabels=var.labels# name - (required) is a type of stringname=var.name# on_delete - (optional) is a type of stringon_delete=var.on_delete# parameters - (optional) is a type of map of stringparameters=var.parameters# project - (optional) is a type of stringproject=var.project# region - (optional) is a type of stringregion=var.region
}