Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

S3 bucket notification module

A skeleton to start your own modules.

Requirements

Name Version
terraform ~> 1.3
aws >= 4.67.0, < 5.0.0
time ~> 0.9.1

Providers

Name Version
aws >= 4.67.0, < 5.0.0
time ~> 0.9.1

Modules

No modules.

Resources

Name Type
aws_s3_bucket_notification.bucket_notification resource
time_static.last_update resource

Inputs

Name Description Type Default Required
bucket_name The name of the S3 bucket string n/a yes
customer Customer for the current deployment string "" no
lambda_functions The lambda function to add to the bucket notification
list(object({
lambda_function_arn = string
events = list(string)
filter_prefix = string
filter_suffix = string
}))
[] no
name The name of the template resource string "my-template" no
tags Default tags to add to resources map(any) {} no

Outputs

Name Description
bucket The S3 bucket name