# Select Development workspace terraform workspace select dev # Plan the current execution with variables and verify terraform plan -var-file dev.tfvars -out plans/dev.plan # Apply Configuration terraform apply plans/dev.plan