Skip to content

v0.30.3

Compare
Choose a tag to compare
@gruntwork-ci gruntwork-ci released this 23 Sep 21:35
· 1249 commits to master since this release
0a00d53

Modules affected

  • azure
  • collections

Description

  • Add helper functions for getting and testing Availability Sets in Azure. Check out https://github.com/gruntwork-io/terratest/blob/master/modules/azure/availabilityset.go for the list of functions.
  • Add a new collections helper function that gets the last item of a string, sliced by a separator (GetSliceLastValueE).
  • Add a new collections helper function that gets the index of a substring in a string, sliced by a separator (GetSliceIndexValueE).

Special thanks

Special thanks to @davesee for their contribution!

Related links