mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-24 17:48:26 +02:00
Fixed terraform formatting
This commit is contained in:
2
data.tf
2
data.tf
@@ -65,7 +65,9 @@ data "template_file" "aws_authenticator_env_variables" {
|
||||
- name: $${key}
|
||||
value: $${value}
|
||||
EOF
|
||||
|
||||
count = "${length(var.kubeconfig_aws_authenticator_env_variables)}"
|
||||
|
||||
vars {
|
||||
value = "${element(values(var.kubeconfig_aws_authenticator_env_variables), count.index)}"
|
||||
key = "${element(keys(var.kubeconfig_aws_authenticator_env_variables), count.index)}"
|
||||
|
||||
Reference in New Issue
Block a user