aboutsummaryrefslogtreecommitdiff
path: root/test/terraform/install_terraform_docs.sh
blob: 4ca0b161d2d7ee419db0d2b5b2e6ff173c5aee62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

set -e

# Import test library for `check` command
source dev-container-features-test-lib

# Check to make sure the user is vscode
check "user is vscode" whoami | grep vscode

# Terraform Docs specific tests
check "tfsec" terraform-docs --version

# Report result
reportResults