Skip to content

Commit

Permalink
Merge pull request #16684 from kyeah/kyeah/kinesis-sensitive
Browse files Browse the repository at this point in the history
Mark Kinesis Firehose Stream access_key as sensitive
  • Loading branch information
anGie44 authored Dec 18, 2020
2 parents 2e5849a + 4fd4695 commit 000d978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/resource_aws_kinesis_firehose_delivery_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -1476,6 +1476,7 @@ func resourceAwsKinesisFirehoseDeliveryStream() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ValidateFunc: validation.StringLenBetween(0, 4096),
Sensitive: true,
},

"role_arn": {
Expand Down

0 comments on commit 000d978

Please sign in to comment.