stardew-multiplayer-docker/terra.sh
2024-03-20 17:01:57 -04:00

10 lines
133 B
Bash

#!/bin/sh
# Generate SSH keys
ssh-keygen -f terraform/ssh/key -q -P ""
# Run Terraform
cd terraform
terraform init
terraform apply