-
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
atlantis import #3
Conversation
atlantis plan |
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:
# null_resource.ls1 will be created
+ resource "null_resource" "ls1" {
+ id = (known after apply)
}
# null_resource.ls2 will be created
+ resource "null_resource" "ls2" {
+ id = (known after apply)
}
# random_id.dummy will be created
+ resource "random_id" "dummy" {
+ 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 = {}
}
# random_id.dummy3 will be created
+ resource "random_id" "dummy3" {
+ 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: 5 to add, 0 to change, 0 to destroy.
|
atlantis import -- random_id.dummy2 AA |
Ran Import for project: random_id.dummy2: Importing from ID "AA"...
random_id.dummy2: Import prepared!
Prepared random_id for import
random_id.dummy2: Refreshing state... [id=AA]
Import successful!
The resources that were imported are shown above. These resources are now in
your Terraform state and will henceforth be managed by Terraform.
|
atlantis import -- random_id.dummy3 BB |
Ran Import for project: random_id.dummy3: Importing from ID "BB"...
random_id.dummy3: Import prepared!
Prepared random_id for import
random_id.dummy3: Refreshing state... [id=BB]
Import successful!
The resources that were imported are shown above. These resources are now in
your Terraform state and will henceforth be managed by Terraform.
|
atlantis plan -p project |
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:
# null_resource.ls1 will be created
+ resource "null_resource" "ls1" {
+ id = (known after apply)
}
# null_resource.ls2 will be created
+ resource "null_resource" "ls2" {
+ id = (known after apply)
}
# random_id.dummy will be created
+ resource "random_id" "dummy" {
+ 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.
|
atlantis import invalid usage |
|
atlantis import -- lack-arg |
Ran Import for project: Import Error Show Output
|
atlantis import -- notfound resource |
Ran Import for project: Import Error
|
atlantis unlock |
Atlantis commands can't be run on closed pull requests |
Warning: The plan for dir: To |
No description provided.