Answers for "import to terraform"

1

terraform import <name of terraform resource> <reference to aws resource>

$ terraform import aws_instance.example i-abcd1234
Posted by: Guest on November-14-2020
0

terraform import into module

# First create module config block

terraform import module.module-name.aws_instance.resource-name resource-id
Posted by: Guest on August-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language