alicloud_ehpc_job_template

Provides a Ehpc Job Template resource.

For information about Ehpc Job Template and how to use it, see What is Job Template.

Example Usage

Basic Usage

resource "alicloud_ehpc_job_template" "default" {
  job_template_name = "example_value"
  command_line      = "./LammpsTest/lammps.pbs"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Ehpc Job Template can be imported using the id, e.g.

$ terraform import alicloud_ehpc_job_template.example <id>