Fix: Resolve deprecation warnings#6
Merged
pawelpesz merged 1 commit intopawelpesz:mainfrom Aug 1, 2025
Merged
Conversation
pawelpesz
requested changes
Aug 1, 2025
Author
|
Fair enough! Didn't know when/if you were taking a major bump. |
Owner
|
Hey @watford-ep, the other change (adding the |
Owner
|
One more thing @watford-ep, could you follow the conventional commits convention, so that the release notes are generated correctly? See the commits for examples of what is expected: https://github.com/pawelpesz/terraform-aws-remote-state-s3-backend-v2/commits/main/. Cheers! |
│ Warning: Invalid Attribute Combination
│
│ with module.remote_state.aws_s3_bucket_lifecycle_configuration.replica,
│ on ../../replica.tf line 222, in resource "aws_s3_bucket_lifecycle_configuration" "replica":
│ 222: resource "aws_s3_bucket_lifecycle_configuration" "replica" {
│
│ No attribute specified when one (and only one) of [rule[0].filter,rule[0].prefix] is required
│
│ This will be an error in a future version of the provider
╵
8fdd7fc to
b0edc0b
Compare
Author
|
@pawelpesz handled |
pawelpesz
approved these changes
Aug 1, 2025
Owner
|
Version 2.0.1 is now live, thank you @watford-ep 🙌 https://github.com/pawelpesz/terraform-aws-remote-state-s3-backend-v2/releases/tag/v2.0.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses a warnings received when I imported your module: