Ver código fonte

eliminated the s3 bucket for logs

Roberto Barbosa 8 anos atrás
pai
commit
0e064b9e89
1 arquivos alterados com 0 adições e 5 exclusões
  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}"
-}
-
-