Skip to content

Commit

Permalink
Lint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KlwntSingh committed Feb 28, 2024
1 parent bdc185f commit bcc13b3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions terraform/eks/daemon/fluent/windows/2019/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// SPDX-License-Identifier: MIT

module "windows" {
source = "../"
windows_ami_type = var.windows_ami_type
source = "../"
windows_ami_type = var.windows_ami_type
windows_os_version = var.windows_os_version
test_dir = var.test_dir
ami_type = var.ami_type
instance_type = var.instance_type
k8s_version = var.k8s_version
test_dir = var.test_dir
ami_type = var.ami_type
instance_type = var.instance_type
k8s_version = var.k8s_version
}
12 changes: 6 additions & 6 deletions terraform/eks/daemon/fluent/windows/2022/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// SPDX-License-Identifier: MIT

module "windows" {
source = "../"
windows_ami_type = var.windows_ami_type
source = "../"
windows_ami_type = var.windows_ami_type
windows_os_version = var.windows_os_version
test_dir = var.test_dir
ami_type = var.ami_type
instance_type = var.instance_type
k8s_version = var.k8s_version
test_dir = var.test_dir
ami_type = var.ami_type
instance_type = var.instance_type
k8s_version = var.k8s_version
}
12 changes: 6 additions & 6 deletions terraform/eks/daemon/windows/2019/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// SPDX-License-Identifier: MIT

module "windows" {
source = "../"
windows_ami_type = var.windows_ami_type
source = "../"
windows_ami_type = var.windows_ami_type
windows_os_version = var.windows_os_version
test_dir = var.test_dir
ami_type = var.ami_type
instance_type = var.instance_type
k8s_version = var.k8s_version
test_dir = var.test_dir
ami_type = var.ami_type
instance_type = var.instance_type
k8s_version = var.k8s_version
}
12 changes: 6 additions & 6 deletions terraform/eks/daemon/windows/2022/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// SPDX-License-Identifier: MIT

module "windows" {
source = "../"
windows_ami_type = var.windows_ami_type
source = "../"
windows_ami_type = var.windows_ami_type
windows_os_version = var.windows_os_version
test_dir = var.test_dir
ami_type = var.ami_type
instance_type = var.instance_type
k8s_version = var.k8s_version
test_dir = var.test_dir
ami_type = var.ami_type
instance_type = var.instance_type
k8s_version = var.k8s_version
}

0 comments on commit bcc13b3

Please sign in to comment.