aws∕ssm‒patch‒group - dicomgrid/pt-modules GitHub Wiki

Usage

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

module "aws_ssm_patch_group" {
  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_patch_group.ssm_patch_group resource

Inputs

Name Description Type Default Required
baseline_id Patch Baseline ID. Default OS Agnostic profile is pb-020d361a05defe4ed string "" no
patch_group n/a string "" no

Outputs

No outputs.

Changelog