瀏覽代碼

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

Benjamin Bennett 11 月之前
父節點
當前提交
ab2840252d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .goreleaser.yml

+ 1 - 1
.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 }}'