-
Notifications
You must be signed in to change notification settings - Fork 319
add import subcommand #117
Conversation
or use backend? |
Hello @vvakame, thanks for this submission. I have the same issue when trying to use Did you solve this issue without a backend implementation? |
Hey @sudomateo, how are you? First for all, congrats for this project 👏 Did you have any update about this Pull Request? Adding |
I'm using GCS backend finally... |
I'm using the AWS as provider and I didn't want to create a custom step for use Any concern for this Pull Request @sudomateo? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for working on this. I see a minor change necessary.
@vvakame Will you be able to make the changes? |
Co-Authored-By: Matthew Sanabria <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@sudomateo Could you review again? |
Ping @sudomateo |
@cauealvesbraz Appreciate the pings for visibility. I'll review this when I'm back in the office on Monday. Don't worry it's still on my radar. |
hi, I want to use
terraform import fastly_service_v1.xxx xxxx
.because I want to execute the
plan
after getting the same state as the real fastly service.