mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-18 06:49:37 +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}
|
- name: $${key}
|
||||||
value: $${value}
|
value: $${value}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
count = "${length(var.kubeconfig_aws_authenticator_env_variables)}"
|
count = "${length(var.kubeconfig_aws_authenticator_env_variables)}"
|
||||||
|
|
||||||
vars {
|
vars {
|
||||||
value = "${element(values(var.kubeconfig_aws_authenticator_env_variables), count.index)}"
|
value = "${element(values(var.kubeconfig_aws_authenticator_env_variables), count.index)}"
|
||||||
key = "${element(keys(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