aboutsummaryrefslogtreecommitdiff
path: root/terraform-apply.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-18 11:28:42 -0300
committerEuAndreh <eu@euandre.org>2020-11-18 11:30:52 -0300
commitc265ec0deeea7d5d4328c34df524bc5d1f163763 (patch)
treecc9314ceea233fb075b0eb11055a518c59bef3ce /terraform-apply.sh
parentAdd versions.tf (diff)
downloadtoph-c265ec0deeea7d5d4328c34df524bc5d1f163763.tar.gz
toph-c265ec0deeea7d5d4328c34df524bc5d1f163763.tar.xz
Remove default.nix and shell.nix
Diffstat (limited to 'terraform-apply.sh')
-rwxr-xr-xterraform-apply.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/terraform-apply.sh b/terraform-apply.sh
index 588e1bb..d09fb3c 100755
--- a/terraform-apply.sh
+++ b/terraform-apply.sh
@@ -1,6 +1,4 @@
-#!/usr/bin/env nix-shell
-#!nix-shell -i bash
-# shellcheck shell=bash
+#!/usr/bin/env bash
set -Eeuo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"