aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-12-21 20:11:10 +0300
committerGitHub <noreply@github.com>2022-12-21 20:11:10 +0300
commit48678001d1e910477390c475165564a38936b058 (patch)
tree01b0bd3db1e8b534a27fa34150f69576617a02d0 /test
parent42e5a013cc914f87d0ff7bf613a1f80d9ff57579 (diff)
Terraform: Update GPG_KEY_SERVERS (#353)
* Terraform: Update GPG_KEY_SERVERS * add check
Diffstat (limited to 'test')
-rwxr-xr-xtest/terraform/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/terraform/test.sh b/test/terraform/test.sh
index bd0a516..ef7b14e 100755
--- a/test/terraform/test.sh
+++ b/test/terraform/test.sh
@@ -5,7 +5,7 @@ set -e
# Optional: Import test library
source dev-container-features-test-lib
-echo 'NO TESTS FOR ME YET!'
+check "terraform" terraform -version
# Report result
reportResults \ No newline at end of file