github.com/jpreese/tflint@v0.19.2-0.20200908152133-b01686250fb6/rules/awsrules/models/mappings/codebuild.hcl (about) 1 import = "aws-sdk-go/models/apis/codebuild/2016-10-06/api-2.json" 2 3 mapping "aws_codebuild_project" { 4 build_timeout = TimeOut 5 description = ProjectDescription 6 } 7 8 mapping "aws_codebuild_source_credential" { 9 auth_type = AuthType 10 server_type = ServerType 11 token = SensitiveNonEmptyString 12 user_name = NonEmptyString 13 }