Archive for August 4th, 2016
Terraform import with AWS profiles other than default
Posted by Kyle Lexmond in Linux, Sysadmin on August 4, 2016
I’ll come back and clean this up, but for now: Undocumented: It will use the default AWS profile – it will pull in your shared credientials, and use the default values if specified. As per code, use AWS_PROFILE=<name> terraform import aws_db_instance.default <id> to import using a AWS profile that isn’t default. ELB holds onto subnets […]