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

Drift detected in project: dev-svc-identity #49

Open
github-actions bot opened this issue Mar 5, 2024 · 0 comments
Open

Drift detected in project: dev-svc-identity #49

github-actions bot opened this issue Mar 5, 2024 · 0 comments
Assignees

Comments

@github-actions
Copy link

github-actions bot commented Mar 5, 2024

‼️ Drift detected in digger project dev-svc-identity details below:

Terraform will perform the following actions:

  # module.iam_role.aws_iam_policy.example_policy will be updated in-place
  ~ resource "aws_iam_policy" "example_policy" {
        id        = "arn:aws:iam::891377204276:policy/s3_bucket_role_identity-policy"
        name      = "s3_bucket_role_identity-policy"
      ~ policy    = jsonencode(
          ~ {
              ~ Statement = [
                    {
                        Action   = "s3:*"
                        Effect   = "Allow"
                        Resource = "*"
                    },
                  - {
                      - Action   = [
                          - "apigateway:*",
                        ]
                      - Effect   = "Allow"
                      - Resource = "*"
                      - Sid      = "Statement1"
                    },
                ]
                # (1 unchanged attribute hidden)
            }
        )
        tags      = {}
        # (4 unchanged attributes hidden)
    }

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

This was referenced Mar 5, 2024
@ZIJ ZIJ removed their assignment Jun 14, 2024
@motatoes motatoes self-assigned this Jun 28, 2024
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

No branches or pull requests

2 participants