Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeah committed Dec 10, 2020
1 parent 92f4a93 commit 4fd4695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_kinesis_firehose_delivery_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ func resourceAwsKinesisFirehoseDeliveryStream() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ValidateFunc: validation.StringLenBetween(0, 4096),
Sensitive: true,
Sensitive: true,
},

"role_arn": {
Expand Down

0 comments on commit 4fd4695

Please sign in to comment.