github.com/tetrafolium/tflint@v0.8.0/tflint/test-fixtures/config/fallback.hcl (about)

     1  config {
     2    terraform_version = "0.9.11"
     3    deep_check = true
     4  
     5    aws_credentials = {
     6      access_key = "AWS_ACCESS_KEY"
     7      secret_key = "AWS_SECRET_KEY"
     8      region     = "us-east-1"
     9    }
    10  }