Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HCP is missing feature parity from rosa_classic - Some required attributes cannot be set. #801

Open
InfoSec812 opened this issue Sep 25, 2024 · 1 comment

Comments

@InfoSec812
Copy link

For provisioning a new cluster using hosted control-planes (HCP) the following parameters which are available in classic are not available in HCP:

  aws_additional_compute_security_group_ids = [module.portworx_sg.portworx_sg_id]
  default_mp_labels                         = var.compute_machine_labels
  autoscaling_enabled                       = local.autoscaling
  min_replicas                              = local.autoscaling ? local.replicas : null
  max_replicas                              = local.autoscaling ? var.max_replicas : null
  admin_credentials = {
    password = var.admin_password
    username = local.admin_username
  }
@matihost
Copy link

The admin_credentials along with create_admin_user being true works form me for rhcs_cluster_rosa_hcp resource with terraform-redhat/rhcs v1.6.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants