availability choices are LOW or HIGH

This commit is contained in:
Kim Wuestkamp
2020-02-14 21:48:19 +01:00
parent 9cd736bac0
commit 7c9cc10cf4
+1 -1
View File
@@ -23,7 +23,7 @@ resource "confluentcloud_kafka_cluster" "test" {
environment_id = confluentcloud_environment.test.id
service_provider = "aws"
region = "eu-west-1"
availability = "single-zone"
availability = "LOW"
}
resource "confluentcloud_api_key" "provider_test" {