Skip to content

Commit 432da2d

Browse files
committed
fix typo
1 parent 2bfa610 commit 432da2d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

terraform/variables.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ variable "cos_offers" {
4747
}
4848

4949
variable "broker" {
50-
description = "Defines the Apache Kafka broker appliaction configuration"
50+
description = "Defines the Apache Kafka broker application configuration"
5151
type = object({
5252
app_name = optional(string, "kafka-broker")
5353
channel = optional(string, "4/edge")
@@ -63,7 +63,7 @@ variable "broker" {
6363
}
6464

6565
variable "controller" {
66-
description = "Defines the Apache Kafka KRaft controller appliaction configuration"
66+
description = "Defines the Apache Kafka KRaft controller application configuration"
6767
type = object({
6868
app_name = optional(string, "kafka-controller")
6969
channel = optional(string, "4/edge")
@@ -85,7 +85,7 @@ variable "controller" {
8585

8686

8787
variable "connect" {
88-
description = "Defines the Kafka Connect appliaction configuration"
88+
description = "Defines the Kafka Connect application configuration"
8989
type = object({
9090
app_name = optional(string, "kafka-connect")
9191
channel = optional(string, "latest/edge")
@@ -100,7 +100,7 @@ variable "connect" {
100100
}
101101

102102
variable "karapace" {
103-
description = "Defines the Karapace appliaction configuration"
103+
description = "Defines the Karapace application configuration"
104104
type = object({
105105
app_name = optional(string, "karapace")
106106
channel = optional(string, "latest/edge")
@@ -115,7 +115,7 @@ variable "karapace" {
115115
}
116116

117117
variable "ui" {
118-
description = "Defines the Kafbat Kafka UI appliaction configuration"
118+
description = "Defines the Kafbat Kafka UI application configuration"
119119
type = object({
120120
app_name = optional(string, "kafka-ui")
121121
channel = optional(string, "latest/edge")

0 commit comments

Comments
 (0)