Skip to content

Commit

Permalink
fix signature
Browse files Browse the repository at this point in the history
Signed-off-by: Mitch Connors <[email protected]>
  • Loading branch information
therealmitchconnors committed Nov 20, 2023
1 parent 0752be6 commit c40331d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/terraform/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (fp *FileProducer) BuildMainTF() map[string]any {

// WriteMainTF writes the content main configuration file that has the desired
// state configuration for Terraform.
func (fp *FileProducer) WriteMainTF() error {
func (fp *FileProducer) WriteMainTF() (ProviderHandle, error) {
m := fp.BuildMainTF()
rawMainTF, err := json.JSParser.Marshal(m)
if err != nil {
Expand Down

0 comments on commit c40331d

Please sign in to comment.