franckverrot / terraform-provider-stripe

A Terraform Provider for Stripe
https://registry.terraform.io/providers/franckverrot/stripe/latest
Mozilla Public License 2.0
242 stars 51 forks source link

possibility to use terraform import ? #11

Closed allanlegalstart closed 5 years ago

allanlegalstart commented 5 years ago

It's not written explicitly in the documentation, but can i use "terraform import" with this plugin ?

franckverrot commented 5 years ago

@allanlegalstart Thanks for asking, I indeed forgot to show how to import an existing resource.

Please take a look at the README (updated here https://github.com/franckverrot/terraform-provider-stripe/commit/267f15b8715ed705d4d234cb98e8c69749e3c4ad), and tell me if it's enough info. Thanks!

allanlegalstart commented 5 years ago

awesome thanks, that's enough for me :)