diff --git a/templates/terraform/environments/shared/main.tf b/templates/terraform/environments/shared/main.tf index d551519..9b0e2be 100644 --- a/templates/terraform/environments/shared/main.tf +++ b/templates/terraform/environments/shared/main.tf @@ -174,5 +174,5 @@ output "ci_user_name" { } output "cloudtrail_bucket_id" { - value = local.enable_cloudtrail > 0 ? module.cloudtrail[0].cloudtrail_bucket_id : "" + value = local.enable_cloudtrail > 0 ? module.cloudtrail[0].cloudtrail_bucket_id : "not-applicable" }