Skip to content

Commit 304d9a2

Browse files
committed
Fix example/dev.tfrc
- We want to ensure that users never accidentally get `hashicorp/github` - `~/` failed to expand on macOS Signed-off-by: Timo Sand <timo.sand@f-secure.com>
1 parent 3411a4c commit 304d9a2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

examples/dev.tfrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
provider_installation {
22
dev_overrides {
3-
"integrations/github" = "~/go/bin/"
3+
"integrations/github" = "$HOME/go/bin/"
44
}
55

6-
direct {}
6+
direct {
7+
exclude = ["registry.terraform.io/hashicorp/github"]
8+
}
79
}

0 commit comments

Comments
 (0)