Skip to content

Commit

Permalink
Merge pull request #6305 from Hinidu/patch-1
Browse files Browse the repository at this point in the history
Set ForceNew for s3_backup_mode in aws_kinesis_firehose_delivery_stream
  • Loading branch information
bflad authored Oct 31, 2018
2 parents 4ef574a + e04a2b4 commit e524a9d
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 @@ -1192,6 +1192,7 @@ func resourceAwsKinesisFirehoseDeliveryStream() *schema.Resource {

"s3_backup_mode": {
Type: schema.TypeString,
ForceNew: true,
Optional: true,
Default: "FailedDocumentsOnly",
ValidateFunc: func(v interface{}, k string) (ws []string, errors []error) {
Expand Down

0 comments on commit e524a9d

Please sign in to comment.