Skip to content

Commit

Permalink
run terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
nabuskey committed Oct 25, 2023
1 parent b6b467c commit 01f9127
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setups/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ cd -
# The rest of the steps are defined as a Terraform module. Parse the config to JSON and use it as the Terraform variable file. This is done because JSON doesn't allow you to easily place comments.
cd "${REPO_ROOT}/terraform/"
yq -o json '.' ../setups/config.yaml > terraform.tfvars.json
terraform init -upgrade
terraform apply -auto-approve

0 comments on commit 01f9127

Please sign in to comment.