Rename Terraform to OpenTF - missed line

This commit is contained in:
Yaron Yarimi 2023-08-22 16:04:05 +03:00
parent b4d52ffccd
commit a7dc4c85a2

View File

@ -18,7 +18,7 @@ for these tests require admin access to a TFC/TFE instance.
* Use the `-v` flag for normal verbose mode.
* Use the `-tfoutput` flag to print the opentf output to standard out.
* Use `-ldflags` to change the version Prerelease to match a version
available remotely. Some behaviors rely on the exact local version Terraform
available remotely. Some behaviors rely on the exact local version OpenTF
being available in TFC/TFE, and manipulating the Prerelease during build is
often the only way to ensure this.
[(More on `-ldflags`.)](https://www.digitalocean.com/community/tutorials/using-ldflags-to-set-version-information-for-go-applications)