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 PROD #60

Open
github-actions bot opened this issue Nov 7, 2024 · 0 comments
Open

Drift detected in PROD #60

github-actions bot opened this issue Nov 7, 2024 · 0 comments

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Nov 7, 2024

Drift has been detected in prod.

Below is the plan output:

Show Plan
OpenTofu used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create
 <= read (data resources)

OpenTofu will perform the following actions:

  # data.http.test_access will be read during apply
  # (config will be reloaded to verify a check block)
 <= data "http" "test_access" {
      + body                 = (known after apply)
      + id                   = (known after apply)
      + response_body        = (known after apply)
      + response_body_base64 = (known after apply)
      + response_headers     = (known after apply)
      + status_code          = (known after apply)
      + url                  = "http://13.41.201.92:3000"

      + retry {
          + attempts = 5
        }
    }

  # aws_vpc_security_group_ingress_rule.gitops_sg_ingress_rule will be created
  + resource "aws_vpc_security_group_ingress_rule" "gitops_sg_ingress_rule" {
      + arn                    = (known after apply)
      + cidr_ipv4              = "0.0.0.0/0"
      + description            = "Allow inbound traffic on port 3000"
      + from_port              = 3000
      + id                     = (known after apply)
      + ip_protocol            = "tcp"
      + security_group_id      = "sg-0a466caf56046ae0d"
      + security_group_rule_id = (known after apply)
      + tags                   = {
          + "Name" = "gitops-sg-ingress"
        }
      + tags_all               = {
          + "Name"        = "gitops-sg-ingress"
          + "environment" = "prod"
          + "project"     = "morethancertified"
        }
      + to_port                = 3000
    }

Plan: 1 to add, 0 to change, 0 to destroy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants