|
1 | 1 | variable "extra_template_vars" {
|
2 | 2 | type = map
|
3 | 3 | default = {}
|
| 4 | + description = "A collection of variables to use in all template rendering." |
4 | 5 | }
|
5 | 6 | variable "vpc_id" {
|
6 | 7 | type = string
|
@@ -64,7 +65,7 @@ variable "jolokia_enabled" {
|
64 | 65 | variable "user_data_template_vars" {
|
65 | 66 | type = map
|
66 | 67 | default = {}
|
67 |
| - description = "A collection of variables to give to the user data template during render. These will be in addition to the vars already passed in the extra_template_vars param." |
| 68 | + description = "A collection of variables to give to the user data template during render. These will be in addition to the vars already passed in the extra_template_vars param as well as node_count, node_name, node_dns, node_devices." |
68 | 69 | }
|
69 | 70 |
|
70 | 71 |
|
@@ -228,7 +229,7 @@ variable "zookeeper_user_data_template" {
|
228 | 229 | variable "zookeeper_user_data_template_vars" {
|
229 | 230 | type = map
|
230 | 231 | default = {}
|
231 |
| - description = "A collection of variables to give to the user data template during render. These will be in addition to the vars already passed in the zookeeper_extra_template_vars param." |
| 232 | + description = "A collection of variables to give to the user data template during render. These will be in addition to the vars already passed in the zookeeper_extra_template_vars param as well as node_count, node_name, node_dns, node_devices." |
232 | 233 | }
|
233 | 234 |
|
234 | 235 | ###########################
|
@@ -383,7 +384,7 @@ variable "kafka_broker_user_data_template" {
|
383 | 384 | variable "kafka_broker_user_data_template_vars" {
|
384 | 385 | type = map
|
385 | 386 | default = {}
|
386 |
| - description = "A collection of variables to give to the user data template during render. These will be in addition to the vars already passed in the kafka_broker_extra_template_vars param." |
| 387 | + description = "A collection of variables to give to the user data template during render. These will be in addition to the vars already passed in the kafka_broker_extra_template_vars param as well as node_count, node_name, node_dns, node_devices." |
387 | 388 | }
|
388 | 389 |
|
389 | 390 | ###########################
|
@@ -524,7 +525,7 @@ variable "kafka_connect_user_data_template" {
|
524 | 525 | variable "kafka_connect_user_data_template_vars" {
|
525 | 526 | type = map
|
526 | 527 | default = {}
|
527 |
| - description = "A collection of variables to give to the user data template during render. These will be in addition to the vars already passed in the kafka_connect_extra_template_vars param." |
| 528 | + description = "A collection of variables to give to the user data template during render. These will be in addition to the vars already passed in the kafka_connect_extra_template_vars param as well as node_count, node_name, node_dns, node_devices." |
528 | 529 | }
|
529 | 530 |
|
530 | 531 | ###########################
|
@@ -663,7 +664,7 @@ variable "control_center_user_data_template" {
|
663 | 664 | variable "control_center_user_data_template_vars" {
|
664 | 665 | type = map
|
665 | 666 | default = {}
|
666 |
| - description = "A collection of variables to give to the user data template during render. These will be in addition to the vars already passed in the control_center_extra_template_vars param." |
| 667 | + description = "A collection of variables to give to the user data template during render. These will be in addition to the vars already passed in the control_center_extra_template_vars param as well as node_count, node_name, node_dns, node_devices." |
667 | 668 | }
|
668 | 669 |
|
669 | 670 | ###########################
|
@@ -814,7 +815,7 @@ variable "ksql_user_data_template" {
|
814 | 815 | variable "ksql_user_data_template_vars" {
|
815 | 816 | type = map
|
816 | 817 | default = {}
|
817 |
| - description = "A collection of variables to give to the user data template during render. These will be in addition to the vars already passed in the ksql_extra_template_vars param." |
| 818 | + description = "A collection of variables to give to the user data template during render. These will be in addition to the vars already passed in the ksql_extra_template_vars param as well as node_count, node_name, node_dns, node_devices." |
818 | 819 | }
|
819 | 820 |
|
820 | 821 | ###########################
|
@@ -941,7 +942,7 @@ variable "rest_proxy_user_data_template" {
|
941 | 942 | variable "rest_proxy_user_data_template_vars" {
|
942 | 943 | type = map
|
943 | 944 | default = {}
|
944 |
| - description = "A collection of variables to give to the user data template during render. These will be in addition to the vars already passed in the rest_proxy_extra_template_vars param." |
| 945 | + description = "A collection of variables to give to the user data template during render. These will be in addition to the vars already passed in the rest_proxy_extra_template_vars param as well as node_count, node_name, node_dns, node_devices." |
945 | 946 | }
|
946 | 947 |
|
947 | 948 | ###########################
|
@@ -1068,5 +1069,5 @@ variable "schema_registry_user_data_template" {
|
1068 | 1069 | variable "schema_registry_user_data_template_vars" {
|
1069 | 1070 | type = map
|
1070 | 1071 | default = {}
|
1071 |
| - description = "A collection of variables to give to the user data template during render. These will be in addition to the vars already passed in the schema_registry_extra_template_vars param." |
| 1072 | + description = "A collection of variables to give to the user data template during render. These will be in addition to the vars already passed in the schema_registry_extra_template_vars param as well as node_count, node_name, node_dns, node_devices." |
1072 | 1073 | }
|
0 commit comments