From 2538ba1da1ee2226f3472d42bfb3cf527116558d Mon Sep 17 00:00:00 2001 From: fujiwara Date: Thu, 13 Jun 2024 14:46:29 +0900 Subject: [PATCH] fix readme Terraform Cloud remote URL fixes #179 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 783f9e8..6e8c088 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ func main() { - Local file `file://path/to/terraform.tfstate` - HTTP/HTTPS `https://example.com/terraform.tfstate` - Amazon S3 `s3://{bucket}/{key}` -- Terraform Cloud `remote://api.terraform.io/{organization}/{workspaces}` +- Terraform Cloud `remote://app.terraform.io/{organization}/{workspaces}` - `TFE_TOKEN` environment variable is required. - Google Cloud Storage `gs://{bucket}/{key}` - Azure Blog Storage