aws∕ssm‒maintenance‒window - dicomgrid/pt-modules GitHub Wiki
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
}
Name | Version |
---|---|
terraform | ~> 1.0 |
aws | >= 4.6.0 |
Name | Version |
---|---|
aws | >= 4.6.0 |
No modules.
Name | Type |
---|---|
aws_ssm_maintenance_window.maintenance_window | resource |
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) |
{ |
no |
window_enabled | n/a | bool |
false |
no |
window_name | n/a | string |
"" |
no |
Name | Description |
---|---|
maintenance-window-id | n/a |