Terraform AWS S3 bucket lifecycle policy not applying as expected
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-06
terraform aws s3 lifecycle-policy
I'm working on a Terraform script to configure an S3 bucket with a lifecycle policy that transitions objects to Glacier after 30 days. However, after applying t...