Skip to content

Commit

Permalink
Merge pull request #5332 from saravanan30erd/issue-5145
Browse files Browse the repository at this point in the history
issue #5145 aws_kinesis_firehose_delivery_stream not updating on kinesis_source_configuration change
  • Loading branch information
bflad authored Jul 26, 2018
2 parents 32bff8a + 9b8bfd3 commit 4b5a3c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws/resource_aws_kinesis_firehose_delivery_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -673,12 +673,14 @@ func resourceAwsKinesisFirehoseDeliveryStream() *schema.Resource {
"kinesis_stream_arn": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: validateArn,
},

"role_arn": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: validateArn,
},
},
Expand Down

0 comments on commit 4b5a3c8

Please sign in to comment.