Which parameters does terraform import require? (Choose two.)
Which parameters does terraform import require? (Choose two.)
Terraform import requires the Resource ID and the Resource address. The Resource ID is needed to identify which specific instance of a resource is being imported. The Resource address specifies the location where the imported resource should be mapped in the Terraform configuration. These are necessary to correctly map existing infrastructure to Terraform states.
its CD shown here: https://www.terraform.io/cli/commands/import#usage
the command is terraform import <resource address> <resource id>
this one's easy CD.
should be C & D
C&D for SURE!