v0.11.0
NOTES:
- resource/hopsworksai_cluster: Change default values for RonDB cluster. New default number of replicas is
1
and new default number of Datanodes is1
BREAKING CHANGES:
- Default values for RonDB cluster changed. New default number of replicas is
1
and new default number of Datanodes is1
ENHANCEMENTS:
- Bump minimum Go version to 1.17
- Bump golangci-lint version to 1.45.2
- dependencies: Bump hashicorp/terraform-plugin-sdk/v2 from 2.13.0 to 2.17.0
- dependencies: Bump hashicorp/terraform-plugin-docs from 0.7.0 to 0.10.1
- dependencies: Bump hashicorp/terraform-plugin-log from 0.3.0 to 0.4.1
- examples: Update versions and remove deprecated attributes
- resource/hopsworksai_cluster: Add
ha_enabled
experimental attribute to allow using multi head node setup for high availability. - resource/hopsworksai_cluster: Add
cluster_domain_prefix
attribute to override the default UUID name of a Cluster. This option is available only to users with special privileges. - resource/hopsworksai_cluster: Add
custom_hosted_zone
attribute to override the default Hosted Zone of a cluster's public domain name (cloud.hopsworks.ai). This option is available only to users with special privileges. - resource/hopsworksai_cluster: Add
aws_attributes/ebs_encryption
attribute to configure EBS encryption for disks on AWS clusters. - resource/hopsworksai_cluster: Change
ssh_key
attribute to be optional for AWS.
BUG FIXES:
- datasource/aws_instance_profile_policy: The
ecr:CreateRepository
permission has no resource level condition for private registries