Conversation
|
Ran Plan for dir: 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.example will be created
+ resource "null_resource" "example" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
|
|
atlantis help |
atlantis
Terraform Pull Request Automation
Usage:
atlantis <command> [options] -- [terraform options]
Examples:
# show atlantis help
atlantis help
# run plan in the root directory passing the -target flag to terraform
atlantis plan -d . -- -target=resource
# apply all unapplied plans from this pull request
atlantis apply
# apply the plan for the root directory and staging workspace
atlantis apply -d . -w staging
Commands:
plan Runs 'terraform plan' for the changes in this pull request.
To plan a specific project, use the -d, -w and -p flags.
apply Runs 'terraform apply' on all unapplied plans from this pull request.
To only apply a specific plan, use the -d, -w and -p flags.
unlock Removes all atlantis locks and discards all plans for this PR.
To unlock a specific plan you can use the Atlantis UI.
approve_policies
Approves all current policy checking failures for the PR.
version Print the output of 'terraform version'
help View help.
Flags:
-h, --help help for atlantis
Use "atlantis [command] --help" for more information about a command. |
|
atlantis apply |
|
Ran Apply for dir: null_resource.example: Creating...
null_resource.example: Creation complete after 0s [id=1221908978187835921]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed. |
|
atlantis plan |
|
Ran Plan for dir: null_resource.example: Refreshing state... [id=1221908978187835921]
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
|
|
atlantis unlock |
|
All Atlantis locks for this PR have been unlocked and plans discarded |
|
atlantis plan |
|
Ran Plan for dir: 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.example will be created
+ resource "null_resource" "example" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
|
561e62e to
0418eea
Compare
|
Ran Plan for dir: 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:
# null_resource.example will be created
+ resource "null_resource" "example" {
+ id = (known after apply)
}
# null_resource.example_2 will be created
+ resource "null_resource" "example_2" {
+ id = (known after apply)
}
Plan: 2 to add, 0 to change, 0 to destroy.
|
|
atlantis apply -- target null_resource.example |
|
Ran Apply for dir: Apply Error |
|
atlantis apply -- -target null_resource.example |
|
Ran Apply for dir: null_resource.example_2: Creating...
null_resource.example: Creating...
null_resource.example: Creation complete after 0s [id=5466004363883819402]
null_resource.example_2: Creation complete after 0s [id=1547086328711060573]
Apply complete! Resources: 2 added, 0 changed, 0 destroyed. |
|
atlantis help |
atlantis
Terraform Pull Request Automation
Usage:
atlantis <command> [options] -- [terraform options]
Examples:
# show atlantis help
atlantis help
# run plan in the root directory passing the -target flag to terraform
atlantis plan -d . -- -target=resource
# apply all unapplied plans from this pull request
atlantis apply
# apply the plan for the root directory and staging workspace
atlantis apply -d . -w staging
Commands:
plan Runs 'terraform plan' for the changes in this pull request.
To plan a specific project, use the -d, -w and -p flags.
apply Runs 'terraform apply' on all unapplied plans from this pull request.
To only apply a specific plan, use the -d, -w and -p flags.
unlock Removes all atlantis locks and discards all plans for this PR.
To unlock a specific plan you can use the Atlantis UI.
approve_policies
Approves all current policy checking failures for the PR.
version Print the output of 'terraform version'
help View help.
Flags:
-h, --help help for atlantis
Use "atlantis [command] --help" for more information about a command. |
|
atlantis plan |
|
Ran Plan for dir: No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
|
|
atlantis unlock |
|
All Atlantis locks for this PR have been unlocked and plans discarded |
|
atlantis plan |
|
Ran Plan for dir: 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:
# null_resource.example will be created
+ resource "null_resource" "example" {
+ id = (known after apply)
}
# null_resource.example_2 will be created
+ resource "null_resource" "example_2" {
+ id = (known after apply)
}
Plan: 2 to add, 0 to change, 0 to destroy.
|
|
atlantis plan -- -target null_resource.example |
|
Ran Plan for dir: 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:
# null_resource.example will be created
+ resource "null_resource" "example" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
╷
│ Warning: Resource targeting is in effect
│
│ You are creating a plan with the -target option, which means that the
│ result of this plan may not represent all of the changes requested by the
│ current configuration.
│
│ The -target option is not for routine use, and is provided only for
│ exceptional situations such as recovering from errors or mistakes, or when
│ Terraform specifically suggests to use it as part of an error message.
╵
|
|
atlantis apply |
|
Ran Apply for dir: Show Outputnull_resource.example: Creating...
null_resource.example: Creation complete after 0s [id=5314449493995628285]
╷
│ Warning: Applied changes may be incomplete
│
│ The plan was created with the -target option in effect, so some changes
│ requested in the configuration may have been ignored and the output values
│ may not be fully updated. Run the following command to verify that no other
│ changes are pending:
│ terraform plan
│
│ Note that the -target option is not suitable for routine use, and is
│ provided only for exceptional situations such as recovering from errors or
│ mistakes, or when Terraform specifically suggests to use it as part of an
│ error message.
╵
Apply complete! Resources: 1 added, 0 changed, 0 destroyed. |
|
atlantis plan |
|
Ran Plan for dir: Show Outputnull_resource.example: Refreshing state... [id=5314449493995628285]
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.example_2 will be created
+ resource "null_resource" "example_2" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
|
|
atlantis apply |
|
Ran Apply for dir: null_resource.example_2: Creating...
null_resource.example_2: Creation complete after 0s [id=4659113145139720704]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed. |
|
atlantis plan |
|
Ran Plan for dir: No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
|
No description provided.