plans: staticcheck
This commit is contained in:
parent
fa3e534142
commit
a5f013830f
|
@ -1,13 +0,0 @@
|
||||||
package plans
|
|
||||||
|
|
||||||
import (
|
|
||||||
"github.com/zclconf/go-cty/cty"
|
|
||||||
)
|
|
||||||
|
|
||||||
func mustNewDynamicValue(val cty.Value, ty cty.Type) DynamicValue {
|
|
||||||
ret, err := NewDynamicValue(val, ty)
|
|
||||||
if err != nil {
|
|
||||||
panic(err)
|
|
||||||
}
|
|
||||||
return ret
|
|
||||||
}
|
|
Loading…
Reference in New Issue