Skip to content

Commit

Permalink
Fix Crate vs. Create typo (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
hammerhead authored Jul 8, 2024
1 parent 37d1074 commit 4a8d0ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For a full list of available variables (including disk configuration), please se
The main setup consists of the following steps:

1. Create a new directory that will contain the Terraform configuration as well as all state information: `mkdir cratedb-terraform-example && cd cratedb-terraform-example`
2. Crate a new `main.tf` Terraform configuration in that directory, referencing the CrateDB module from this repository:
2. Create a new `main.tf` Terraform configuration in that directory, referencing the CrateDB module from this repository:

```hcl
module "cratedb-cluster" {
Expand Down
2 changes: 1 addition & 1 deletion azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Terraform configuration generates by default an individual self-signed SSL c
The main setup consists of the following steps:

1. Create a new directory that will contain the Terraform configuration as well as all state information: `mkdir cratedb-terraform-example && cd cratedb-terraform-example`
2. Crate a new `main.tf` Terraform configuration in that directory, referencing the CrateDB module from this repository:
2. Create a new `main.tf` Terraform configuration in that directory, referencing the CrateDB module from this repository:

```hcl
module "cratedb-cluster" {
Expand Down

0 comments on commit 4a8d0ef

Please sign in to comment.