From ab2840252dacf2a0025a24efa755ab1ca81fe6e2 Mon Sep 17 00:00:00 2001 From: Benjamin Bennett Date: Wed, 8 May 2024 15:05:49 +0200 Subject: [PATCH] Replacing "Terraform Cloud" with "HCP Terraform" (#213) --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9bb0aa7..7178be5 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,7 +7,7 @@ before: builds: - env: # 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. - CGO_ENABLED=0 mod_timestamp: '{{ .CommitTimestamp }}'