Merge pull request from nix-community/nixpkgs

add terraform/deploy
This commit is contained in:
Jörg Thalheim 2021-05-09 08:10:50 +01:00 committed by GitHub
commit a8c48b562c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
terraform/deploy Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
terraform init
terraform apply