Skip to content

Commit a83ac8b

Browse files
authored
Update README.md
1 parent 77a5ffc commit a83ac8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Terraform Provider Shell
22
==================
3+
https://registry.terraform.io/providers/scottwinkler/shell
4+
35
This plugin is for wrapping shell scripts to make them fully fledged terraform resources. Note that this is a backdoor into the Terraform runtime. You can do some pretty dangerous things with this and it is up to you to make sure you don't get in trouble.
46

57
Since this provider is rather different than most other provider, it is recommended that you at least have some familiarity with the internals of Terraform before attempting to use this provider.
@@ -82,4 +84,4 @@ In order to run the full suite of Acceptance tests, run `make testacc`.
8284

8385
```sh
8486
$ make testacc
85-
```
87+
```

0 commit comments

Comments
 (0)