Skip to content

Commit

Permalink
Merge pull request #4284 from dxw/fix/mark-auth-resource-as-sensitive
Browse files Browse the repository at this point in the history
(Fix) Mark auth.resource as `Sensitive`
  • Loading branch information
bflad authored Apr 20, 2018
2 parents 80b41d3 + c3e16f7 commit 0cdf8cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aws/resource_aws_codebuild_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,9 @@ func resourceAwsCodeBuildProject() *schema.Resource {
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"resource": {
Type: schema.TypeString,
Optional: true,
Type: schema.TypeString,
Sensitive: true,
Optional: true,
},
"type": {
Type: schema.TypeString,
Expand Down

0 comments on commit 0cdf8cb

Please sign in to comment.