byu-oit / byu-oit/terraform-aws-lambda-api
Use the aws_s3_bucket_lifecycle_configuration resource instead
Open
- Dominant language
- HCL
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
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)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.