npm update -gImport a Resource to Terraform Module
The example below will import an AWS instance into a terraform module:
terraform import module.foo.aws_instance.bar i-abcd1234Install ruby gem files
Install the gems on the destination machine from the local files:
cd /path/to/gems
gem install --force --local *.gem