Terraform v1.8.0 released

Hi all,

Terraform v1.8.0 has been released. This is the first stable release of the 1.8 series and includes several new features:

  • Providers can now implement functions which can be used from within the Terraform configuration language. The syntax for calling a provider supplied function is provider::provider_name::function_name().

  • Providers can now implement move operations between resource types, both from resource types defined by the provider and defined by other providers. Check provider documentation for supported cross-resource-type moves.

Full information on new features, enhancements, and upgrade guidance for this release can be found in the changelog.