nat-henderson / terraform-provider-dominos

The Terraform plugin for the Dominos Pizza provider.
MIT License
1.12k stars 86 forks source link

Support for adding a delivery tip #11

Open patoarvizu opened 5 years ago

patoarvizu commented 5 years ago

I realized when I ordered and paid with a credit card that I couldn't add a tip. I tipped upon delivery but it would be good if that could be passed as a parameter if possible, or somehow let the users know that the order doesn't include a tip.

Maybe a tip_message field in the dominos_order resource that's hard-coded to something like "REMEMBER TO TIP!"?

As I'm typing this I realize that I don't know if the Domino's API allows this, so it may not be as easy to do, but a reminder to tip is not a bad thing anyway 🙂