Skip to content

v2.0.0

Compare
Choose a tag to compare
@bryantbiggs bryantbiggs released this 29 Jun 22:41
191d072

2.0.0 (2023-06-29)

⚠ BREAKING CHANGES

  • Terraform AWS provider minimum supported version raised to v5.0
  • Terraform minimum supported version raised to v1.0
  • broker_node_ebs_volume_size has been removed since the ebs_volume_size argument was removed in v5.0 of the AWS provider. Instead, storage settings should be configured using the broker_node_storage_info variable.
  • client_authentication_* variables have been removed and replaced with client_authentication which supports the various authentication methods and configurations

See the UPGRADE-2.0.md guide for further details

Features

  • Update AWS provider to v5.0, replace ebs_volume_size attribute (#8) (191d072)