Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Oct 27, 2023
1 parent bab4b0c commit 3a556d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ module "redis" {
## Auth

```bash
gcloud auth application-default login
gcloud auth application-default login --project yourproj
```


<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements

Expand All @@ -35,7 +36,7 @@ No requirements.

| Name | Version |
|------|---------|
| <a name="provider_google"></a> [google](#provider\_google) | 5.3.0 |
| <a name="provider_google"></a> [google](#provider\_google) | n/a |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion example/examplea/module.redis.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module "redis" {
region = "us-central1"
}

resource "google_kms_key_ring" "redis_keyring" {
data "google_kms_key_ring" "redis_keyring" {
name = "redis-keyring"
location = "us-central1"
}
Expand Down

0 comments on commit 3a556d5

Please sign in to comment.