Code Monkey home page Code Monkey logo

terraform-repo-template's People

Contributors

andrew-glenn avatar batpur avatar drewmullen avatar marciarieferjohnston avatar mbeacom avatar tbulding avatar tlindsay42 avatar tonynv avatar troy-ameigh avatar vsnyc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

terraform-repo-template's Issues

reference local files in root dir

__GIT_WORKING_DIR__/

      - id: terraform_tflint
        args:
          - "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"

      - id: terraform_tfsec
        args:
          - "--args=--custom-check-dir=__GIT_WORKING_DIR__/.tfsec"

Update documentation

README content should be updated and moved to .header.md for terraform-docs to manage

Getting golang proxy timeout while trying to run `go mod tidy` on new repository.

Following the README.md instructions, faced an issue on steps 4 and 5, while trying to install tidy and terratest via go.

  1. Run tidy
    go mod tidy

  2. Install Terratest
    go get github.com/gruntwork-io/terratest/modules/terraform

The error is related to a timeout connecting to proxy.golang.org.

Error message:

# go mod tidy
go: finding module for package github.com/gruntwork-io/terratest/modules/terraform
github.com/aws-ia/terraform-aws-eks-blueprints-addons tested by
        github.com/aws-ia/terraform-aws-eks-blueprints-addons.test imports
        github.com/gruntwork-io/terratest/modules/terraform: module github.com/gruntwork-io/terratest/modules/terraform: Get "https://proxy.golang.org/github.com/gruntwork-io/terratest/modules/terraform/@v/list": dial tcp: lookup proxy.golang.org: i/o timeout
# go get github.com/gruntwork-io/terratest/tree/master/modules/terraform 
go: module github.com/gruntwork-io/terratest/tree/master/modules/terraform: Get "https://proxy.golang.org/github.com/gruntwork-io/terratest/tree/master/modules/terraform/@v/list": dial tcp: lookup proxy.golang.org: i/o timeout

Error investigation:

curl https://proxy.golang.org
curl: (6) Could not resolve host: proxy.golang.org

Applied workaround:

export GOPROXY=direct

After exporting the environment variable, the setup worked properly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.