Skip to content

Commit

Permalink
fix: should typo (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored Aug 28, 2023
1 parent 36ad82b commit 8c4f7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type CommonConfig struct {
// Note that only modules whose "source" is local path is supported. By default, it is the root module.
ModulePath string
// HCLOnly is a strange field, which is only used internally by aztfexport to indicate whether to remove other files other than TF config at the end.
// External Go modules shoudl just ignore it.
// External Go modules should just ignore it.
HCLOnly bool
// TFClient is the terraform-client-go client used to replace terraform binary for importing resources.
// This can only be used together with HCLOnly as tfclient can't replace terraform for state file management.
Expand Down

0 comments on commit 8c4f7f9

Please sign in to comment.