mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 00:41:27 -06:00
config: reword for ".tf" extension force
This commit is contained in:
parent
e0bc61d414
commit
9d028ab6de
@ -38,7 +38,7 @@ func loadTree(root string) (*importTree, error) {
|
||||
f = loadFileLibucl
|
||||
default:
|
||||
return nil, fmt.Errorf(
|
||||
"%s: uknown configuration format. Use '.tf' or '.tf.rb' extension",
|
||||
"%s: unknown configuration format. Use '.tf' extension",
|
||||
root)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user