github cloudposse/atmos v1.34.1

latest releases: v1.101.0, v1, v1.100.1...
18 months ago

what

  • Add ExecuteDescribeStacks function to pkg package and wrap the same function from the internal package
  • Add tests

why

  • We need to use the ExecuteDescribeStacks in the terraform utils provider, but all code in the internal package is not visible to the calling code. internal package is used to reduce the public API surface. Packages within an internal/directory are therefore said to be internal packages

references

Don't miss a new atmos release

NewReleases is sending notifications on new releases.