Refactor with moved block terraform

Rename addresses in code with no destroy/recreate; survives in version control

cat >> moved.tf <<'EOF' moved { from = aws_instance.web to = aws_instance.app } EOF
more terraform all 43 commands →