Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update terraform/rust-log-analyzer to aws provider 5.64 #511

Conversation

MarcoIeni
Copy link
Member

No description provided.

@MarcoIeni
Copy link
Member Author

Terraform will perform the following actions:

  # aws_s3_bucket_lifecycle_configuration.storage will be updated in-place
  ~ resource "aws_s3_bucket_lifecycle_configuration" "storage" {
        id     = "rust-log-analyzer-storage"
        # (1 unchanged attribute hidden)

      ~ rule {
            id     = "delete-old-versions"
            # (1 unchanged attribute hidden)

          + filter {
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
            id     = "multipart-uploads"
            # (1 unchanged attribute hidden)

          + filter {
            }

            # (1 unchanged block hidden)
        }
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@MarcoIeni
Copy link
Member Author

from the plan it looks like it's adding an empty filter. I'm applying and merging this 👍

@MarcoIeni MarcoIeni marked this pull request as ready for review August 26, 2024 14:47
@MarcoIeni MarcoIeni merged commit 69cae16 into master Aug 26, 2024
6 checks passed
@MarcoIeni MarcoIeni deleted the chore-update-terraform-rust-log-analyzer-to-aws-provider-5.64 branch August 26, 2024 14:48
@MarcoIeni
Copy link
Member Author

Even I applied, the change is still showing in plan 😵
Anyway, we can fix this in the future..

@MarcoIeni MarcoIeni mentioned this pull request Aug 26, 2024
53 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant