From 757477da533819e0b5a2b1404cd3a5d871a1d052 Mon Sep 17 00:00:00 2001 From: Allison Doami Date: Tue, 26 Mar 2024 18:01:18 -0700 Subject: [PATCH] don't need one --- aws-cloudfront-logs-bucket/outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cloudfront-logs-bucket/outputs.tf b/aws-cloudfront-logs-bucket/outputs.tf index d8060cd0..8f6cec13 100755 --- a/aws-cloudfront-logs-bucket/outputs.tf +++ b/aws-cloudfront-logs-bucket/outputs.tf @@ -16,5 +16,5 @@ output "id" { } output "bucket_kms_encryption_key_arn" { - value = one(module.aws-cloudfront-logs-bucket.bucket_kms_encryption_key_arn) + value = module.aws-cloudfront-logs-bucket.bucket_kms_encryption_key_arn }