Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Jan 31, 2024
1 parent f89d161 commit f9d94aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func dbsSQSSubscriberToSchema(resource dbs.SQSSubscriber, d *schema.ResourceData
_ = d.Set("message_retention_period_seconds", resource.MessageRetentionPeriod)
_ = d.Set("receive_wait_time_seconds", resource.ReceiveMessageWaitTimeSeconds)
_ = d.Set("server_side_encryption", resource.ServerSideEncryption)
_ = d.Set("status ", resource.Status)
_ = d.Set("status", resource.Status)
_ = d.Set("queue_name", resource.QueueName)
}

Expand Down

0 comments on commit f9d94aa

Please sign in to comment.