-
Notifications
You must be signed in to change notification settings - Fork 0
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 #5
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Ran Plan for project: Show OutputTerraform 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-3"
+ 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.
|
atlantis apply |
Ran Apply for project: Apply Failed: Pull request must be mergeable before running apply. |
atlantis apply |
Ran Apply for project: github_branch.branch: Creating...
github_branch.branch: Creation complete after 2s [id=atlantis-dev:tf-branch-3]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
Automatically merging because all plans have been successfully applied. |
Locks and plans deleted for the projects and workspaces modified in this pull request:
|
No description provided.