You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running into an issue after the v3.x upgrade and after reading the upgrade guide and reviewing the legacy-complete -vs- complete examples, I am unsure how to upgrade some of our resources.
The error:
│ Error: Missing required argument
│
│ with module.bucket.aws_s3_bucket_lifecycle_configuration.this[0],
│ on .terraform/modules/bucket/main.tf line 213, in resource "aws_s3_bucket_lifecycle_configuration" "this":
│ 213: resource "aws_s3_bucket_lifecycle_configuration" "this" {
│
│ The argument "rule.0.id" is required, but no definition was found.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Running into an issue after the v3.x upgrade and after reading the upgrade guide and reviewing the legacy-complete -vs- complete examples, I am unsure how to upgrade some of our resources.
The error:
The module invocation looks like:
Hopefully I am missing something obvious here. Any pointers would be welcome. thanks
The text was updated successfully, but these errors were encountered: