ENHANCEMENTS:
- Machine pool manipulation on create and update cluster
- Splitting operator roles creation from the ROSA STS cluster creation
ENHANCEMENTS:
- Add
ocm_rosa_operator_roles
data source to get ROSA Operator IAM Roles of cluster. - Change the module that creates the Operator IAM roles using AWS provider to be called
aws_roles
ENHANCEMENTS:
- Add
ocm_cluster_rosa_classic
resource to create ROSA STS clusters. - Add
operator_roles
module to create the Operator IAM roles using AWS provider
ENHANCEMENTS:
- Build for Apple M1.
ENHANCEMENTS:
-
Add
search
andorder
to cloud providers data source. -
Add
search
andorder
to versions data source.
FEATURES:
-
Add
ocm_machine_pool
resource. -
Add
ocm_groups
data source. -
Add
ocm_group_membership
resource. -
Add
ocm_versions
data source.
ENHANCEMENTS:
-
Add
api_url
andconsole_url
read-only attributes. -
Add support for specifying the number and type of compute nodes with the
compute_nodes
andcompute_machine_type
attributes. -
Add support for selection the OpenShift version with the
version
attribute. -
Add support for configuring cluster networks with attributes
machine_cidr
,service_cidr
,pod_cidr
andhost_prefix
. -
Add support for CCS clusters with the
ccs_enabled
attribute.
BREAKING CHANGES:
- Renamed attribute
cluster_id
tocluster
.