Skip to content

Commit b8fb53b

Browse files
committed
Add import command
1 parent b88f6b4 commit b8fb53b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

terraform/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ catch-all-zip:
6161
chmod +x ./deploy.sh && \
6262
./deploy.sh
6363

64+
import:
65+
$(tf_cmd) import $(tf_vars) $(to) $(id)
66+
6467
tf-%:
6568
$(tf_cmd) $*
6669

0 commit comments

Comments
 (0)