Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 16, 2026
1 parent 9cce608 commit 7864b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
managed_extra_files = concat([
managed_extra_files = concat([
{
path = "_envcommon/default-versions.hcl"
content = templatefile("${path.module}/templates/default-versions.hcl.tf.tpl", local.default_versions)
Expand Down Expand Up @@ -122,7 +122,7 @@ module "github_repo" {
path = path
content = content
}],
local.managed_extra_files,
local.managed_extra_files,
var.github_actions_workflows)

archive_on_destroy = false
Expand Down

0 comments on commit 7864b9d

Please sign in to comment.