-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re #17 and #29 I'm not sure how to add a test for `import`ing yet. The cool tf harness doesn't support `import`. The terraform file I used for testing. ``` terraform { required_providers { zerotier = { source = "zerotier/zerotier" } } } resource "zerotier_member" "bob" {} ``` `terraform import zerotier_member.bob 8286ac0e4786b2aa-1122334455` The member needs to already exist `terraform state show zerotier_member.bob` implementation borrowed from bltavares branch
- Loading branch information
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters