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

feat: PR check status to show summary e.g. Plan: 1 to add, 0 to change, 1 to destroy #8

Closed
wants to merge 1 commit into from

Conversation

krrrr38
Copy link
Owner

@krrrr38 krrrr38 commented Jan 14, 2023

No description provided.

@krrrr38
Copy link
Owner Author

krrrr38 commented Jan 14, 2023

atlantis plan

@krrrr38
Copy link
Owner Author

krrrr38 commented Jan 14, 2023

Ran Plan for project: project dir: . workspace: default

Show Output
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create

Terraform will perform the following actions:

  # null_resource.ls1 will be created
+ resource "null_resource" "ls1" {
      + id = (known after apply)
    }

  # random_id.dummy1 will be created
+ resource "random_id" "dummy1" {
      + b64_std     = (known after apply)
      + b64_url     = (known after apply)
      + byte_length = 1
      + dec         = (known after apply)
      + hex         = (known after apply)
      + id          = (known after apply)
      + keepers     = {}
    }

  # random_id.dummy2 will be created
+ resource "random_id" "dummy2" {
      + b64_std     = (known after apply)
      + b64_url     = (known after apply)
      + byte_length = 1
      + dec         = (known after apply)
      + hex         = (known after apply)
      + id          = (known after apply)
      + keepers     = {}
    }

Plan: 3 to add, 0 to change, 0 to destroy.
  • ▶️ To apply this plan, comment:
    • atlantis apply -p project
  • 🚮 To delete this plan click here
  • 🔁 To plan this project again, comment:
    • atlantis plan -p project
Plan: 3 to add, 0 to change, 0 to destroy.
  • ⏩ To apply all unapplied plans from this pull request, comment:
    • atlantis apply
  • 🚮 To delete all plans and locks for the PR, comment:
    • atlantis unlock

@krrrr38
Copy link
Owner Author

krrrr38 commented Jan 19, 2023

atlantis unlock

@krrrr38
Copy link
Owner Author

krrrr38 commented Jan 19, 2023

Error: unknown command "unlock".
Run 'atlantis --help' for usage.
Available commands(--allow-commands): version, plan

@krrrr38
Copy link
Owner Author

krrrr38 commented Jan 19, 2023

Warning: The plan for dir: . workspace: default was discarded via the Atlantis UI.

To apply this plan you must run plan again.

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