From 28541289b5524d95c714dd43391b41d7b7899398 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:44:40 +0000 Subject: [PATCH] [Docs] Fix capitalization of HashiCorp --- .../styles/config/vocabularies/cloudflare/accept.txt | 1 + .../docs/fundamentals/api/how-to/make-api-calls.mdx | 2 +- .../docs/terraform/tutorial/track-history.mdx | 2 +- src/content/products/terraform.yaml | 12 ++++++------ 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/styles/config/vocabularies/cloudflare/accept.txt b/.github/styles/config/vocabularies/cloudflare/accept.txt index b4d1ad017938be..97cc95b1be6f45 100644 --- a/.github/styles/config/vocabularies/cloudflare/accept.txt +++ b/.github/styles/config/vocabularies/cloudflare/accept.txt @@ -7,6 +7,7 @@ cloudflared Datadog GitHub GitLab +HashiCorp Hono HTTP HTTPS diff --git a/src/content/docs/fundamentals/api/how-to/make-api-calls.mdx b/src/content/docs/fundamentals/api/how-to/make-api-calls.mdx index 3ecbcf57c07778..ed530bf960c4f7 100644 --- a/src/content/docs/fundamentals/api/how-to/make-api-calls.mdx +++ b/src/content/docs/fundamentals/api/how-to/make-api-calls.mdx @@ -37,7 +37,7 @@ For specific guidance on making API calls, refer to the following resources: - The product's [Developer Docs section](/products/) for how-to guides. - [API schema docs](/api/) for request and response payloads for each endpoint. -- The first-party libraries for [Go](https://github.com/cloudflare/cloudflare-go), [TypeScript](https://github.com/cloudflare/cloudflare-typescript), [Python](https://github.com/cloudflare/cloudflare-python), or [Hashicorp's Terraform](https://github.com/cloudflare/terraform-provider-cloudflare). +- The first-party libraries for [Go](https://github.com/cloudflare/cloudflare-go), [TypeScript](https://github.com/cloudflare/cloudflare-typescript), [Python](https://github.com/cloudflare/cloudflare-python), or [HashiCorp's Terraform](https://github.com/cloudflare/terraform-provider-cloudflare). ## Query parameters diff --git a/src/content/docs/terraform/tutorial/track-history.mdx b/src/content/docs/terraform/tutorial/track-history.mdx index 953ffa4bdea50a..1aeb6a2912732b 100644 --- a/src/content/docs/terraform/tutorial/track-history.mdx +++ b/src/content/docs/terraform/tutorial/track-history.mdx @@ -104,7 +104,7 @@ git commit -m "Step 2 - Initial commit with webserver definition." create mode 100644 cloudflare.tf ``` -Notice that the `.terraform` directory and `terraform.tfstate` file were not committed. The `.terraform` directory was not committed because the repository may be used on a different architecture, and the plugins contained in the directory are built for the system on which `terraform init` was run. The `terraform.tfstate` file was not committed because it may eventually contain sensitive strings, and it is not a good way to keep state in sync, as explained in Hashicorp's documentation on [Remote State](https://developer.hashicorp.com/terraform/language/state/remote). +Notice that the `.terraform` directory and `terraform.tfstate` file were not committed. The `.terraform` directory was not committed because the repository may be used on a different architecture, and the plugins contained in the directory are built for the system on which `terraform init` was run. The `terraform.tfstate` file was not committed because it may eventually contain sensitive strings, and it is not a good way to keep state in sync, as explained in HashiCorp's documentation on [Remote State](https://developer.hashicorp.com/terraform/language/state/remote). To prevent Git from notifying you about the two files, add them to a new `.gitignore` file, commit it, and push everything to GitHub. diff --git a/src/content/products/terraform.yaml b/src/content/products/terraform.yaml index 48948dc06fe52e..3d6f2c1b8e920d 100644 --- a/src/content/products/terraform.yaml +++ b/src/content/products/terraform.yaml @@ -7,11 +7,11 @@ product: meta: title: Cloudflare Terraform docs - description: - Manage your edge using the same familiar tools you use to automate the - rest of your infrastructure, with Cloudflare’s Terraform provider. - Define and store configuration in source code repositories like GitHub, - track and version changes over time, and roll back when needed — all + description: + Manage your edge using the same familiar tools you use to automate the + rest of your infrastructure, with Cloudflare's Terraform provider. + Define and store configuration in source code repositories like GitHub, + track and version changes over time, and roll back when needed — all without needing to learn the Cloudflare APIs. author: "@cloudflare" @@ -20,7 +20,7 @@ externals: url: https://github.com/cloudflare/terraform-provider-cloudflare - title: Cloudflare in the Terraform registry url: https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/record - - title: Hashicorp Cloudflare integration + - title: HashiCorp Cloudflare integration url: https://www.hashicorp.com/integrations/cloudflare/terraform - title: Terraform homepage url: https://www.terraform.io/