Merge pull request #190 from opentffoundation/chore-rename-terraform-test

Rename source code files that have "terraform" in them (not-including `website` or folders)
This commit is contained in:
RLRabinowitz 2023-08-28 14:19:56 +03:00 committed by GitHub
commit 26d04f7ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -10,10 +10,10 @@
# https://github.com/derekparker/delve/tree/master/Documentation/installation
#
# For more convenient use, you may wish to put this script in your PATH:
# ln -s ../src/github.com/placeholderplaceholderplaceholder/opentf/scripts/debug-terraform $GOPATH/bin/debug-terraform
# ln -s ../src/github.com/placeholderplaceholderplaceholder/opentf/scripts/debug-opentf $GOPATH/bin/debug-opentf
#
# Note that when running this script the Terraform binary is NOT in $GOPATH/bin,
# so any providers installed there won't be found unless Terraform searches
# Note that when running this script the OpenTF binary is NOT in $GOPATH/bin,
# so any providers installed there won't be found unless OpenTF searches
# there for some _other_ reason.
set -eu