aws∕ssm‒shell‒task - dicomgrid/pt-modules GitHub Wiki

Usage

To use this module in your Terraform, refer to the below module example:

module "aws_ssm_shell_task" {
  source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"

  # See inputs below for additional required parameters
}

Attributes

Requirements

Name Version
terraform ~> 1.0
aws >= 4.20.0

Providers

Name Version
aws >= 4.20.0

Modules

No modules.

Resources

Name Type
aws_ssm_maintenance_window_task.ssm-shell-task resource

Inputs

Name Description Type Default Required
max_concurrency n/a string "null" no
max_errors n/a string "null" no
service_role_arn n/a string "null" no
shell_task n/a number 600 no
shell_task_name n/a string "null" no
shell_task_priority n/a string "null" no
shell_task_window_id n/a string "null" no
shell_task_window_target_id n/a string "null" no
timeout_seconds n/a string "null" no

Outputs

No outputs.

Changelog