s3-replication-metrics

Adaptavist/s3-replication-metrics/module

Terraform Module HCL MODULE
Install
module "s3-replication-metrics" {
source = "Adaptavist/s3-replication-metrics/module"
version = "1.0.1"
}
plain text: /constructs/tfmod-adaptavist-s3-replication-metrics-module/install.txt
⭐ Source on GitHub 📦 Registry page
README

module-s3-replication-metrics. Plugs gap which is Terraform does not currently support enabling S3 replication metrics on a Bucket, this is tracked by this issue. This module uses a Lambda to enable the metrics using the AWS SDK. Before this module is used the buckets should be setup and the replication should also be setup. Providers | Name | Version | |------|---------| | aws | n/a | | template | n/a | Modules | Name | Source | Version | |------|--------|---------| | aws-lambda | Adaptavist/aws-lambda/module | 1.8.1 | Resources | Name | |------| | aws_cloudformation_stack | | aws_iam_policy_document | | aws_iam_role_policy | | aws_region | | aws_s3_bucket | | template_file | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | buc

Inputs (4)
NameTypeDescriptionDefault
namespacestring required
stagestring required
tagsmap(string) required
bucket_namestring required
Resources (2)
aws_cloudformation_stackaws_iam_role_policy
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud MODULE
★ Stars0
Forks1
Total downloads1.2k
Inputs4
Resources2
LicenseApache-2.0
NamespaceAdaptavist
Updated