aws∕ssm‒maintenance‒window - dicomgrid/pt-modules GitHub Wiki

Usage

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

module "aws_ssm_maintenance_window" {
  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.6.0

Providers

Name Version
aws >= 4.6.0

Modules

No modules.

Resources

Name Type
aws_ssm_maintenance_window.maintenance_window resource

Inputs

Name Description Type Default Required
cutoff n/a number 1 no
duration n/a number 2 no
schedule n/a string "" no
schedule_timezone n/a string "America/New_York" no
tags Maintenance Window Tags map(string)
{
"client_code": ""
}
no
window_enabled n/a bool false no
window_name n/a string "" no

Outputs

Name Description
maintenance-window-id n/a

Changelog

⚠️ **GitHub.com Fallback** ⚠️