Skip to content

MetroStar/terraform-aws-tardigrade-ssm-default-host-management

 
 

Repository files navigation

terraform-aws-tardigrade-ssm-default-host-management

Terraform module for managing SSM Default Host Management. This module also has options to enable AWS SSM Explorer, and configure an SSM Association to auto-update the SSM Agent on all EC2 instances. In total, the module instends to implement the same features as the Quick Setup for Default Host Management in an AWS Organization.

Requirements

No requirements.

Providers

Name Version
aws n/a

Resources

Name Type
aws_caller_identity.this data source
aws_partition.this data source
aws_region.this data source

Inputs

Name Description Type Default Required
ssm_default_host_management Object of attributes for configuring SSM Default Host Management
object({
explorer_settings = optional(list(string), [])
role = optional(object({
create = optional(bool, true)
name = optional(string)
}), {})
update_ssm_agent = optional(object({
create = optional(bool, true)
association_name = optional(string, "UpdateSSMAgent-do-not-delete")
schedule_expression = optional(string, "rate(14 days)")
}), {})
})
{} no

Outputs

No outputs.

About

Terraform module to configure AWS SSM Default Host Management

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 95.7%
  • Makefile 3.6%
  • Dockerfile 0.7%