This repository was archived by the owner on Apr 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1818# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919# IN THE SOFTWARE.
2020
21- language : node_js
2221sudo : false
2322
24- # Node.js version
25- node_js : 8
26-
2723# Limit clone depth to 5, to speed up build
2824git :
2925 depth : 5
3026
31- # Build script
27+ # Install Terraform
28+ install :
29+ - curl -fSL "https://releases.hashicorp.com/terraform/0.11.11/terraform_0.11.11_linux_amd64.zip" -o terraform.zip
30+ - sudo unzip terraform.zip -d /opt/terraform
31+ - sudo ln -s /opt/terraform/terraform /usr/bin/terraform
32+ - rm -f terraform.zip
33+
34+ # Perform Terraform validation
3235script :
33- - terraform fmt -check -diff
36+ - terraform validate -check-variables=false
Original file line number Diff line number Diff line change 1111 [ github-image ] : https://img.shields.io/github/release/squidfunk/terraform-aws-github-ci.svg
1212 [ github-link ] : https://github.com/squidfunk/terraform-aws-github-ci/releases
1313
14- # [ DEPRECATED ] Terraform AWS GitHub CI
14+ # Terraform AWS GitHub CI
1515
1616> This project has been deprecated, as AWS CodeBuild now natively supports
1717> automatic builds on new commits and reports status back to GitHub. However,
You can’t perform that action at this time.
0 commit comments