Skip to content

Latest commit

 

History

History

iam_default

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

aws-terraform-backup / iam_default

When controlling an account with Terraform you may not manually intereact with the AWS Backup console. If creating resources via the console the first time you state you want to use the default AWS Backup role it creates it for you. This module replicates that role exactly. Call this once per account and use the name in any AWS Backup selections where the default role is appropriate for your use case.

module "backup_iam_role" {
  source = "[email protected]:rackspace-infrastructure-automation/aws-terraform-backup//modules/iam_default/?ref=v0.12.0"
}

Providers

Name Version
aws >= 2.34.0

Inputs

No input.

Outputs

Name Description
iam_role_arn ARN of the AWS backup role.
iam_role_name Name of the AWS backup role.