Difference between revisions of "Terraform import aws key pair.MyNewKeyInTerraform YourExistingKeyName"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
} | } | ||
− | + | <code>[[terraform import aws_key_pair.MyNewKeyInTerraform YourExistingKeyName2]]</code> | |
− | |||
== See also == | == See also == |
Revision as of 12:17, 6 September 2021
Error: resource address "aws_key_par.MyNewKeyInTerraform" does not exist in the configuration. Before importing this resource, please create its configuration in the root module. For example: resource "aws_key_pair" "MyNewKeyInTerraform" { # (resource arguments) }
terraform import aws_key_pair.MyNewKeyInTerraform YourExistingKeyName2
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: