Skip to content

Commit 9673dcb

Browse files
authored
Fixed typo in README.md
1 parent 5056a14 commit 9673dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This module also creates a TLS CA and certificates for the Vault server. The gen
1010

1111
```ruby
1212
module "vault" {
13-
source = "github.com/GoogleCloudPlatform/terrform-google-vault"
13+
source = "github.com/GoogleCloudPlatform/terraform-google-vault"
1414
project_id = "${var.project_id}"
1515
region = "${var.region}"
1616
zone = "${var.zone}"
@@ -50,4 +50,4 @@ module "vault" {
5050
- [`google_storage_bucket.vault`](https://www.terraform.io/docs/providers/google/r/storage_bucket.html): The Cloud Storage bucket for Vault storage.
5151
- [`google_storage_bucket.vault-assets`](https://www.terraform.io/docs/providers/google/r/storage_bucket.html): The Cloud Storage bucket for Vault unseal key and TLS certificate storage.
5252
- [`google_service_account.vault-admin`](https://www.terraform.io/docs/providers/google/r/google_service_account.html): The service account for the Vault instance.
53-
- [`google_project_iam_policy.vault`](https://www.terraform.io/docs/providers/google/r/google_project_iam_policy.html): The IAM policy bindings for the Vault service account.
53+
- [`google_project_iam_policy.vault`](https://www.terraform.io/docs/providers/google/r/google_project_iam_policy.html): The IAM policy bindings for the Vault service account.

0 commit comments

Comments
 (0)