Difference between revisions of "Terraform import aws key pair.MyNewKeyInTerraform YourExistingKeyName2"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
== See also == | == See also == | ||
* {{terraform import}} | * {{terraform import}} | ||
+ | * {{terraform cmd}} | ||
[[Category:Terraform]] | [[Category:Terraform]] |
Revision as of 14:33, 6 September 2021
terraform import aws_key_pair.MyNewKeyInTerraform test aws_key_pair.MyNewKeyInTerraform: Importing from ID "test"... aws_key_pair.MyNewKeyInTerraform: Import prepared! Prepared aws_key_pair for import aws_key_pair.MyNewKeyInTerraform: Refreshing state... [id=test] ╷ │ Error: Cannot import non-existent remote object │ │ While attempting to import an existing object to │ "aws_key_pair.MyNewKeyInTerraform", the provider detected that no object │ exists with the given id. Only pre-existing objects can be imported; check │ that the id is correct and that it is associated with the provider's │ configured region or endpoint, or use "terraform apply" to create a new │ remote object for this resource. ╵
Related commands
See also
terraform import
,terraform import --help
terraform
[untaint | fmt
|apply
|show
|state
|init | plan | console | output
|validate
|destroy
|debug
|import
|providers
|get
|graph
|workspaces
|resource
|login
|-var-file
|state mv
|state pull
|state push
|state replace-provider
|state rm
|force-unlock
|env
|tfe
|--version
|remote-exec
|delete on termination
| deprecated commands |terraform --help
]
Advertising: