Skip to content

Commit 56a596a

Browse files
authored
Update README.md
1 parent 3c8cd6a commit 56a596a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ Using the provider
4646
You can use this provider to make custom external resources and data sources:
4747

4848
```
49+
terraform {
50+
required_providers {
51+
shell = {
52+
source = "scottwinkler/shell"
53+
version = "1.7.3"
54+
}
55+
}
56+
}
57+
4958
variable "oauth_token" {
5059
type = string
5160
}

0 commit comments

Comments
 (0)