Skip to content

Commit

Permalink
fix: rename output.tf to outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
fitz7 authored Jan 9, 2024
1 parent c81ec34 commit 0d7a19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tfmodule/tfmodule.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

const versionsFile = "versions.tf"

var defaultFilenames = []string{versionsFile, "variables.tf", "output.tf", "main.tf"}
var defaultFilenames = []string{versionsFile, "variables.tf", "outputs.tf", "main.tf"}

type CreateModuleOptions struct {
Name string
Expand Down

0 comments on commit 0d7a19f

Please sign in to comment.