s3-logs-bucket

damacus/s3-logs-bucket/aws

Terraform Module HCL AWS

Terraform module which creates a S3 bucket designed for logging

Install
module "s3-logs-bucket" {
source = "damacus/s3-logs-bucket/aws"
version = "0.2.0"
}
plain text: /constructs/tfmod-damacus-s3-logs-bucket-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-aws-s3-logs-bucket Terraform module which creates a S3 bucket designed for logging Requirements | Name | Version | | ------------------------------------------------------------------------- | ------- | | terraform | >= 0.12 | Providers | Name | Version | | ------------------------------------------------- | ------- | | aws | n/a | Modules No modules. Resources | Name | Type | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | | aws_s3_bucket.bucket | resource | | aws_s3_bucket_acl.example_bucket_acl | resource | | aws_s3_bucket_lifecycle_configuration.bucket_lifecycle | resource | | aws_s3_bucket_versioning.bucket | resource | Inputs | Name | Descri

Inputs (7)
NameTypeDescriptionDefault
expiration_daysnumber365
mfa_deletebool(optional) Enable MFA delete on the bucketfalse
bucket_versioningbool(optional) Enable versioning on the bucketfalse
bucket_namestring"Name of the bucket to create"
tagsmap(any)A map of tags to add to all resources{}
standard_ia_transition_daysnumber90
glacier_transition_daysnumber180
Outputs (1)
bucket
Resources (4)
aws_s3_bucketaws_s3_bucket_aclaws_s3_bucket_lifecycle_configurationaws_s3_bucket_versioning
Topics & Tags
hacktoberfest
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.0
Cloud AWS
★ Stars1
Forks2
Total downloads6.7k
Inputs7
Outputs1
Resources4
Examples1
LicenseApache-2.0
Namespacedamacus
Updated