github.com/jpreese/tflint@v0.19.2-0.20200908152133-b01686250fb6/tflint/test-fixtures/config/fallback.hcl (about)

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