what
- Add
ExecuteDescribeStacks
function topkg
package and wrap the same function from theinternal
package - Add tests
why
- We need to use the
ExecuteDescribeStacks
in the terraformutils
provider, but all code in theinternal
package is not visible to the calling code.internal
package is used to reduce the public API surface. Packages within aninternal/
directory are therefore said to be internal packages