Skip to content

Commit ba91674

Browse files
committed
update
1 parent cc8c882 commit ba91674

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module "labels" {
2525
# Description : Terraform module to create default S3 bucket with logging and encryption
2626
# type specific features.
2727
module "s3_bucket" {
28-
source = "git::https://github.com/clouddrove/terraform-aws-s3.git?ref=tags/0.12.5"
28+
source = "git::https://github.com/clouddrove/terraform-aws-s3.git?ref=tags/0.12.6"
2929

3030
name = var.s3_bucket_name
3131
application = var.application
@@ -100,7 +100,7 @@ module "kms_key" {
100100
name = var.name
101101
application = var.application
102102
environment = var.environment
103-
label_order = ["environment", "name", "application"]
103+
label_order = var.label_order
104104
managedby = var.managedby
105105
is_enabled = true
106106
enabled = local.is_cloudtrail_enabled
@@ -335,7 +335,7 @@ module "cloudtrail-slack-notification" {
335335
application = var.application
336336
environment = var.environment
337337
managedby = var.managedby
338-
label_order = ["environment", "name", "application"]
338+
label_order = var.label_order
339339
enabled = var.lambda_enabled && local.is_cloudtrail_enabled
340340
bucket_arn = format("arn:aws:s3:::%s", var.s3_bucket_name)
341341
bucket_name = var.s3_bucket_name

0 commit comments

Comments
 (0)