Process Flow - File provisioner
Start Terraform Apply
Create Resource (e.g., VM)
Trigger File Provisioner
Connect to Resource via SSH
Copy Local File to Remote Path
Confirm File Transfer Success
Finish Provisioning
Terraform Apply Complete
Terraform creates the resource, then connects via SSH to copy a local file to the remote machine before finishing.