Browse Source

eliminated the s3 bucket for logs

Roberto Barbosa 8 years ago
parent
commit
0e064b9e89
1 changed files with 0 additions and 5 deletions
  1. 0 5
      s3/outputs.tf

+ 0 - 5
s3/outputs.tf

@@ -6,8 +6,3 @@ output "s3_bkstore_name" {
 	value = "${aws_s3_bucket.bucket_backup.id}"
 }
 
-output "s3_logstore_name" {
-	value = "${aws_s3_bucket.bucket_logs.id}"
-}
-
-