Skip to content

Commit

Permalink
Merge pull request #43 from KeisukeYamashita/format-redis-database-to…
Browse files Browse the repository at this point in the history
…p-example-and-type

Format Redis database example in `resources/`
  • Loading branch information
fahreddinozcan authored May 27, 2024
2 parents de49287 + 609994e commit 822238f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/resources/redis_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ description: |-
```terraform
resource "upstash_redis_database" "exampleDB" {
database_name = "Terraform DB6"
region = "eu-west-1"
tls = "true"
multizone = "true"
region = "eu-west-1"
tls = true
multizone = true
}
```

Expand Down

0 comments on commit 822238f

Please sign in to comment.