<a name="input_account_number"></a> account_number | Account number of current environment | string | n/a | yes |
<a name="input_application_name"></a> application_name | Name of application | string | n/a | yes |
<a name="input_approval_days"></a> approval_days | Number of days before the package is approved, used by the approval rule only, and is not required for the automation script | string | "7" | no |
<a name="input_compliance_level"></a> compliance_level | Select the level of compliance, used by the approval rule only, and is not required for the automation script. By default it's CRITICAL | string | "CRITICAL" | no |
<a name="input_existing_bucket_name"></a> existing_bucket_name | The name of the existing bucket name. If no bucket is provided one will be created for them. | string | "" | no |
<a name="input_force_destroy_bucket"></a> force_destroy_bucket | A boolean that indicates all objects (including any locked objects) should be deleted from the bucket so that the bucket can be destroyed without error. These objects are not recoverable. | bool | false | no |
<a name="input_operating_system"></a> operating_system | Operating system on the ec2 instance, used by the approval rule only, and is not required for the automation script | string | "CENTOS" | no |
<a name="input_patch_classification"></a> patch_classification | Windows Options=(CriticalUpdates,SecurityUpdates,DefinitionUpdates,Drivers,FeaturePacks,ServicePacks,Tools,UpdateRollups,Updates,Upgrades), Linux Options=(Security,Bugfix,Enhancement,Recommended,Newpackage) | list(string) | <pre>[<br/> "*"<br/>]</pre> | no |
<a name="input_patch_key"></a> patch_key | Defaults as tag:Patching, but can be customised if pre existing tags and values want to be used | string | "Patching" | no |
<a name="input_patch_schedule"></a> patch_schedule | Crontab on when to run the automation script. | string | "cron(00 22 ? * MON *)" | no |
<a name="input_patch_tag"></a> patch_tag | Defaults as yes, but can be customised if pre existing tags and values want to be used | string | "Yes" | no |
<a name="input_product"></a> product | The specific product the patch is applicable for e.g. RedhatEnterpriseLinux8.5, WindowsServer2022 | list(string) | <pre>[<br/> "*"<br/>]</pre> | no |
<a name="input_rejected_patches"></a> rejected_patches | List of patches to be rejected | list(string) | [] | no |
<a name="input_severity"></a> severity | Severity of the patch e.g. Critical, Important, Medium, Low | list(string) | <pre>[<br/> "*"<br/>]</pre> | no |
<a name="input_suffix"></a> suffix | When creating multiple patch schedules per environment, a suffix can be used to differentiate resources | string | "" | no |
<a name="input_tags"></a> tags | Common tags to be used by all resources | map(string) | n/a | yes |