Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Fix typos. (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
linouk23 committed Mar 9, 2022
1 parent 107a951 commit 76a8430
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/resources/confluentcloud_kafka_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ resource "confluentcloud_environment" "test-env" {
display_name = "Development"
}
resource "confluentcloud_kafka_cluster" "basic-cluster" {
display_name = "basic_kafka_cluster"
resource "confluentcloud_kafka_cluster" "standard-cluster" {
display_name = "standard_kafka_cluster"
availability = "SINGLE_ZONE"
cloud = "AZURE"
region = "centralus"
Expand All @@ -59,8 +59,8 @@ resource "confluentcloud_environment" "test-env" {
display_name = "Development"
}
resource "confluentcloud_kafka_cluster" "basic-cluster" {
display_name = "basic_kafka_cluster"
resource "confluentcloud_kafka_cluster" "dedicated-cluster" {
display_name = "dedicated_kafka_cluster"
availability = "MULTI_ZONE"
cloud = "GCP"
region = "us-central1"
Expand Down

0 comments on commit 76a8430

Please sign in to comment.