Explorar el Código

eliminated the s3 bucket for logs

Roberto Barbosa hace 8 años
padre
commit
0e064b9e89
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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}"
-}
-
-