Skip to content

Commit

Permalink
manual tf-lint after bumping pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider committed Oct 19, 2024
1 parent 8deb654 commit 948e584
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion envs/vserver-2.dd.soeren.cloud/tf_main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
domains = yamldecode(file("domains.yaml"))
domains = yamldecode(file("domains.yaml"))
ssh_pubkeys = distinct(compact(concat(try([chomp(file(var.ssh_public_key_file))], []), split(",", var.ssh_fallback_public_keys))))
}

Expand Down
2 changes: 1 addition & 1 deletion envs/vserver-2.ez.soeren.cloud/tf_main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
domains = yamldecode(file("domains.yaml"))
domains = yamldecode(file("domains.yaml"))
ssh_pubkeys = distinct(compact(concat(try([chomp(file(var.ssh_public_key_file))], []), split(",", var.ssh_fallback_public_keys))))
}

Expand Down
2 changes: 1 addition & 1 deletion envs/vserver.dd.soeren.cloud/tf_main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
domains = yamldecode(file("domains.yaml"))
domains = yamldecode(file("domains.yaml"))
ssh_pubkeys = distinct(compact(concat(try([chomp(file(var.ssh_public_key_file))], []), split(",", var.ssh_fallback_public_keys))))
}

Expand Down
2 changes: 1 addition & 1 deletion envs/vserver.ez.soeren.cloud/tf_main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
domains = yamldecode(file("domains.yaml"))
domains = yamldecode(file("domains.yaml"))
ssh_pubkeys = distinct(compact(concat(try([chomp(file(var.ssh_public_key_file))], []), split(",", var.ssh_fallback_public_keys))))
}

Expand Down
2 changes: 1 addition & 1 deletion envs/vserver.pt.soeren.cloud/tf_main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
domains = yamldecode(file("domains.yaml"))
domains = yamldecode(file("domains.yaml"))
ssh_pubkeys = distinct(compact(concat(try([chomp(file(var.ssh_public_key_file))], []), split(",", var.ssh_fallback_public_keys))))
}

Expand Down

0 comments on commit 948e584

Please sign in to comment.