Skip to content

Commit d456cb3

Browse files
committed
terraform fmt
1 parent 31e21c7 commit d456cb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • terraform/aws/aws-eks-operator

terraform/aws/aws-eks-operator/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ resource "helm_release" "tailscale_operator" {
117117
yamlencode({
118118
operatorConfig = {
119119
image = {
120-
tag = "v${local.operator_version}"
120+
tag = "v${local.operator_version}"
121121
}
122122
hostname = local.operator_name
123123
}
124124
apiServerProxyConfig = {
125-
mode = "true"
125+
mode = "true"
126126
allowImpersonation = "true"
127127
}
128128
})

0 commit comments

Comments
 (0)