mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-01 11:47:07 -06:00
terraform: extra logging
This commit is contained in:
parent
ad1ba7c2b1
commit
a49875067d
@ -207,6 +207,7 @@ func (c *Context) Graph(typ GraphType, opts *ContextGraphOpts) (*Graph, error) {
|
||||
opts = &ContextGraphOpts{Validate: true}
|
||||
}
|
||||
|
||||
log.Printf("[INFO] terraform: building graph: %s", typ)
|
||||
switch typ {
|
||||
case GraphTypeApply:
|
||||
return (&ApplyGraphBuilder{
|
||||
|
Loading…
Reference in New Issue
Block a user