Skip to content

Commit

Permalink
Set ForceNew for s3_backup_mode in aws_kinesis_firehose_delivery_stream
Browse files Browse the repository at this point in the history
Fixes #1369. Only for Elasticsearch target, because S3, Redshift and
Splunk APIs support changes of this parameter.
  • Loading branch information
Hinidu committed Oct 31, 2018
1 parent acb7785 commit e04a2b4
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 e04a2b4

Please sign in to comment.