Skip to content

raydelrosario/terraform-aws-litestream-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

No requirements.

Providers

Name Version
aws n/a

Modules

No modules.

Resources

Name Type
aws_iam_access_key.main resource
aws_iam_policy.main resource
aws_iam_user.main resource
aws_iam_user_policy_attachment.main resource
aws_s3_bucket.main resource
aws_s3_bucket_acl.main resource
aws_s3_bucket_ownership_controls.main resource

Inputs

Name Description Type Default Required
bucket_name Name of the S3 bucket string n/a yes
iam_policy_description Description of the IAM policy string "The access policy for the Litestream S3 bucket" no
iam_policy_name Name of the IAM policy string "litestream-access" no
iam_policy_path n/a string "/" no
iam_user_name Name of the IAM user string "litestream" no

Outputs

Name Description
bucket_name Name of the created S3 bucket
iam_user_access_key_id Access Key ID for access to the S3 bucket
iam_user_secret_access_key Secret Access Key for access to the S3 bucket