aws∕ssm‒target - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "aws_ssm_target" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Attributes
Requirements
Providers
Name |
Version |
aws |
>= 4.20.0 |
Modules
No modules.
Resources
Inputs
Name |
Description |
Type |
Default |
Required |
description |
Description of maintenance window target |
string |
"" |
no |
name |
Name of Resource Group that contains maintenance window targets |
string |
"" |
no |
resource_type |
Type of target. Example: RESOURCE_GROUP |
string |
"" |
no |
window_id |
Maintenance Window ID to associate to targets |
string |
"" |
no |
Outputs
Changelog