resource "aws_s3_bucket" "trail_1_bucket" { bucket = "${terraform.env}-trail-01-bucket" force_destroy = true policy = <