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

test again #4

Merged
merged 1 commit into from
Aug 23, 2022
Merged

test again #4

merged 1 commit into from
Aug 23, 2022

Conversation

zepeng811
Copy link
Owner

No description provided.

@zepeng811
Copy link
Owner Author

Ran Plan for project: atlantis-dev 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:

  # github_branch.branch will be created
+ resource "github_branch" "branch" {
      + branch        = "tf-branch-2"
      + etag          = (known after apply)
      + id            = (known after apply)
      + ref           = (known after apply)
      + repository    = "atlantis-dev"
      + sha           = (known after apply)
      + source_branch = "master"
      + source_sha    = (known after apply)
    }

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

  • ▶️ To apply this plan, comment:
    • atlantis apply -p atlantis-dev
  • 🚮 To delete this plan click here
  • 🔁 To plan this project again, comment:
    • atlantis plan -p atlantis-dev
Plan: 1 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

@zepeng811
Copy link
Owner Author

atlantis apply

@zepeng811
Copy link
Owner Author

Ran Apply for project: atlantis-dev dir: . workspace: default

Apply Failed: Pull request must be mergeable before running apply.

@zepeng811
Copy link
Owner Author

atlantis apply

@zepeng811
Copy link
Owner Author

Ran Apply for project: atlantis-dev dir: . workspace: default

Apply Failed: Pull request must be mergeable before running apply.

@zepeng811
Copy link
Owner Author

testing after removing atlantis/apply from required status check

@zepeng811
Copy link
Owner Author

atlantis plan

@zepeng811
Copy link
Owner Author

Ran Plan for project: atlantis-dev 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:

  # github_branch.branch will be created
+ resource "github_branch" "branch" {
      + branch        = "tf-branch-2"
      + etag          = (known after apply)
      + id            = (known after apply)
      + ref           = (known after apply)
      + repository    = "atlantis-dev"
      + sha           = (known after apply)
      + source_branch = "master"
      + source_sha    = (known after apply)
    }

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

  • ▶️ To apply this plan, comment:
    • atlantis apply -p atlantis-dev
  • 🚮 To delete this plan click here
  • 🔁 To plan this project again, comment:
    • atlantis plan -p atlantis-dev
Plan: 1 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

@zepeng811
Copy link
Owner Author

atlantis apply

@zepeng811
Copy link
Owner Author

Ran Apply for project: atlantis-dev dir: . workspace: default

github_branch.branch: Creating...
github_branch.branch: Creation complete after 1s [id=atlantis-dev:tf-branch-2]

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

@zepeng811
Copy link
Owner Author

Automatically merging because all plans have been successfully applied.

@zepeng811 zepeng811 merged commit 4b454bb into master Aug 23, 2022
@zepeng811
Copy link
Owner Author

Locks and plans deleted for the projects and workspaces modified in this pull request:

  • dir: . workspace: default

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.

2 participants