Skip to content

pingbui/terraform-aws-dlm-lifecycle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Name Version
terraform >= 0.12.6
aws >= 3.35.0

Providers

Name Version
aws >= 3.35.0

Modules

No modules.

Resources

Name Type
aws_dlm_lifecycle_policy.this resource

Inputs

Name Description Type Default Required
description A description for the DLM lifecycle policy. string n/a yes
execution_role_arn The ARN of an IAM role that is able to be assumed by the DLM service. string n/a yes
policy_details Details of the policy.
set(object(
{
resource_types = list(string)
schedule = list(object(
{
copy_tags = bool
create_rule = list(object(
{
interval = number
interval_unit = string
times = list(string)
}
))
name = string
retain_rule = list(object(
{
count = number
}
))
tags_to_add = map(string)
}
))
target_tags = map(string)
}
))
n/a yes
state Whether the lifecycle policy should be enabled or disabled. ENABLED or DISABLED are valid values. Defaults to ENABLED. string "ENABLED" no
tags Key-value map of resource tags. map(string) null no

Outputs

Name Description
arn The arn of this lifecycle.
id The id of this lifecycle.
lifecycle All about this lifecycle

About

Terraform module to create lifecycle policies.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages