We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 }
The text was updated successfully, but these errors were encountered:
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
admin_credentials
create_admin_user
true
Sorry, something went wrong.
No branches or pull requests
For provisioning a new cluster using hosted control-planes (HCP) the following parameters which are available in classic are not available in HCP:
The text was updated successfully, but these errors were encountered: