github.com/wata727/tflint@v0.12.2-0.20191013070026-96dd0d36f385/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 }