Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Use the aws_s3_bucket_lifecycle_configuration resource instead

Open
#35 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Stale
Tech stack
aws, terraform

Research direction

Start by locating the module's aws_s3_bucket resources corresponding to the warning, including the resource shown at .terraform/modules/events.postman_test_lambda/main.tf line 45. Review how lifecycle configuration is currently declared, then run Terraform validation or a plan to confirm the deprecated-argument warnings are gone.

Written by the indexing model from the issue text.

Description

Getting this warning when using this module

│ Warning: Argument is deprecated
│ 
│   with module.events.module.postman_test_lambda.aws_s3_bucket.postman_bucket_logs[0],
│   on .terraform/modules/events.postman_test_lambda/main.tf line 45, in resource "aws_s3_bucket" "postman_bucket_logs":
│   45: resource "aws_s3_bucket" "postman_bucket_logs" {
│ 
│ Use the aws_s3_bucket_lifecycle_configuration resource instead
│ 
│ (and 9 more similar warnings elsewhere)
Dominant language
HCL
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Getting set up

We have not checked this project's setup files yet. Start from its README, and see our first-contribution guide for the general steps.

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from byu-oit/terraform-aws-lambda-api

All issues in byu-oit/terraform-aws-lambda-api

Similar issues

More Cloud issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.