Replacing "Terraform Cloud" with "HCP Terraform" (#213)

This commit is contained in:
Benjamin Bennett 2024-05-08 15:05:49 +02:00 committed by GitHub
parent 4dbfa540ee
commit ab2840252d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ before:
builds: builds:
- env: - env:
# goreleaser does not work with CGO, it could also complicate # goreleaser does not work with CGO, it could also complicate
# usage by users in CI/CD systems like Terraform Cloud where # usage by users in CI/CD systems like HCP Terraform where
# they are unable to install libraries. # they are unable to install libraries.
- CGO_ENABLED=0 - CGO_ENABLED=0
mod_timestamp: '{{ .CommitTimestamp }}' mod_timestamp: '{{ .CommitTimestamp }}'