Import a Resource to Terraform Module
24 October 2018
The example below will import an AWS instance into a terraform module:
terraform import module.foo.aws_instance.bar i-abcd1234
The example below will import an AWS instance into a terraform module:
terraform import module.foo.aws_instance.bar i-abcd1234