Skip to content

Commit 2854128

Browse files
committed
[Docs] Fix capitalization of HashiCorp
1 parent df4cf11 commit 2854128

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/styles/config/vocabularies/cloudflare/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ cloudflared
77
Datadog
88
GitHub
99
GitLab
10+
HashiCorp
1011
Hono
1112
HTTP
1213
HTTPS

src/content/docs/fundamentals/api/how-to/make-api-calls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For specific guidance on making API calls, refer to the following resources:
3737

3838
- The product's [Developer Docs section](/products/) for how-to guides.
3939
- [API schema docs](/api/) for request and response payloads for each endpoint.
40-
- 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).
40+
- 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).
4141

4242
## Query parameters
4343

src/content/docs/terraform/tutorial/track-history.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ git commit -m "Step 2 - Initial commit with webserver definition."
104104
create mode 100644 cloudflare.tf
105105
```
106106

107-
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).
107+
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).
108108

109109
To prevent Git from notifying you about the two files, add them to a new `.gitignore` file, commit it, and push everything to GitHub.
110110

src/content/products/terraform.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ product:
77

88
meta:
99
title: Cloudflare Terraform docs
10-
description:
11-
Manage your edge using the same familiar tools you use to automate the
12-
rest of your infrastructure, with Cloudflares Terraform provider.
13-
Define and store configuration in source code repositories like GitHub,
14-
track and version changes over time, and roll back when needed — all
10+
description:
11+
Manage your edge using the same familiar tools you use to automate the
12+
rest of your infrastructure, with Cloudflare's Terraform provider.
13+
Define and store configuration in source code repositories like GitHub,
14+
track and version changes over time, and roll back when needed — all
1515
without needing to learn the Cloudflare APIs.
1616
author: "@cloudflare"
1717

@@ -20,7 +20,7 @@ externals:
2020
url: https://github.com/cloudflare/terraform-provider-cloudflare
2121
- title: Cloudflare in the Terraform registry
2222
url: https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/record
23-
- title: Hashicorp Cloudflare integration
23+
- title: HashiCorp Cloudflare integration
2424
url: https://www.hashicorp.com/integrations/cloudflare/terraform
2525
- title: Terraform homepage
2626
url: https://www.terraform.io/

0 commit comments

Comments
 (0)