@@ -20,126 +20,126 @@ output "cluster_endpoint" {
2020
2121# dfshell
2222output "dfshell_role_arn" {
23- value = module. dfshell_role [0 ]. arn
23+ value = module. dfshell_role [0 ]. arn
2424 description = " The ARN of the AWS Bedrock role"
2525}
2626output "dfshell_service_account_name" {
27- value = var. dfshell_service_account_name
27+ value = var. dfshell_service_account_name
2828 description = " The name of the service account for dfshell"
2929}
3030
3131# worker_portal
3232output "worker_portal_role_arn" {
33- value = module. worker_portal_role [0 ]. arn
33+ value = module. worker_portal_role [0 ]. arn
3434 description = " The ARN of the AWS Bedrock role"
3535}
3636output "worker_portal_service_account_name" {
37- value = var. worker_portal_service_account_name
37+ value = var. worker_portal_service_account_name
3838 description = " The name of the service account for worker_portal"
3939}
4040
4141# operator
4242output "operator_role_arn" {
43- value = module. operator_role [0 ]. arn
43+ value = module. operator_role [0 ]. arn
4444 description = " The ARN of the AWS Bedrock role"
4545}
4646output "operator_service_account_name" {
47- value = var. operator_service_account_name
47+ value = var. operator_service_account_name
4848 description = " The name of the service account for operator"
4949}
5050
5151# server
5252output "server_role_arn" {
53- value = module. server_role [0 ]. arn
53+ value = module. server_role [0 ]. arn
5454 description = " The ARN of the AWS Bedrock role"
5555}
5656output "server_service_account_name" {
57- value = var. server_service_account_name
57+ value = var. server_service_account_name
5858 description = " The name of the service account for server"
5959}
6060
6161# scheduler
6262output "scheduler_role_arn" {
63- value = module. scheduler_role [0 ]. arn
63+ value = module. scheduler_role [0 ]. arn
6464 description = " The ARN of the AWS Bedrock role"
6565}
6666output "scheduler_service_account_name" {
67- value = var. scheduler_service_account_name
67+ value = var. scheduler_service_account_name
6868 description = " The name of the service account for scheduler"
6969}
7070
7171# worker, worker1, worker2 etc.
7272output "worker_role_arn" {
73- value = module. worker_role [0 ]. arn
73+ value = module. worker_role [0 ]. arn
7474 description = " The ARN of the AWS Bedrock role"
7575}
7676output "worker_service_account_name" {
77- value = var. worker_service_account_name
77+ value = var. worker_service_account_name
7878 description = " The name of the service account for worker"
7979}
8080
8181# worker_catalog
8282output "worker_catalog_role_arn" {
83- value = module. worker_catalog_role [0 ]. arn
83+ value = module. worker_catalog_role [0 ]. arn
8484 description = " The ARN of the AWS Bedrock role"
8585}
8686output "worker_catalog_service_account_name" {
87- value = var. worker_catalog_service_account_name
87+ value = var. worker_catalog_service_account_name
8888 description = " The name of the service account for worker_catalog"
8989}
9090
9191# worker_interactive
9292output "worker_interactive_role_arn" {
93- value = module. worker_interactive_role [0 ]. arn
93+ value = module. worker_interactive_role [0 ]. arn
9494 description = " The ARN of the AWS Bedrock role"
9595}
9696output "worker_interactive_service_account_name" {
97- value = var. worker_interactive_service_account_name
97+ value = var. worker_interactive_service_account_name
9898 description = " The name of the service account for worker_interactive"
9999}
100100
101101# worker_singletons
102102output "worker_singletons_role_arn" {
103- value = module. worker_singletons_role [0 ]. arn
103+ value = module. worker_singletons_role [0 ]. arn
104104 description = " The ARN of the AWS Bedrock role"
105105}
106106output "worker_singletons_service_account_name" {
107- value = var. worker_singletons_service_account_name
107+ value = var. worker_singletons_service_account_name
108108 description = " The name of the service account for worker_singletons"
109109}
110110
111111# worker_lineage
112112output "worker_lineage_role_arn" {
113- value = module. worker_lineage_role [0 ]. arn
113+ value = module. worker_lineage_role [0 ]. arn
114114 description = " The ARN of the AWS Bedrock role"
115115}
116116output "worker_lineage_service_account_name" {
117- value = var. worker_lineage_service_account_name
117+ value = var. worker_lineage_service_account_name
118118 description = " The name of the service account for worker_lineage"
119119}
120120
121121# worker_monitor
122122output "worker_monitor_role_arn" {
123- value = module. worker_monitor_role [0 ]. arn
123+ value = module. worker_monitor_role [0 ]. arn
124124 description = " The ARN of the AWS Bedrock role"
125125}
126126output "worker_monitor_service_account_name" {
127- value = var. worker_monitor_service_account_name
127+ value = var. worker_monitor_service_account_name
128128 description = " The name of the service account for worker_monitor"
129129}
130130
131131# storage_worker
132132output "storage_worker_role_arn" {
133- value = module. storage_worker_role [0 ]. arn
133+ value = module. storage_worker_role [0 ]. arn
134134 description = " The ARN of the AWS Bedrock role"
135135}
136136output "storage_worker_service_account_name" {
137- value = var. storage_worker_service_account_name
137+ value = var. storage_worker_service_account_name
138138 description = " The name of the service account for storage_worker"
139139}
140140
141141# Clickhouse backup
142142output "clickhouse_backup_role_name" {
143- value = module. clickhouse_backup_role . arn
143+ value = module. clickhouse_backup_role . arn
144144 description = " The name of the role for clickhouse backups"
145145}
0 commit comments