Files
StandOut/deploy-dev.sh

9 lines
228 B
Bash
Executable File

# 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