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

Not able to update any attributes for ROSA cluster #602

Open
ahmad-sharif opened this issue Apr 1, 2024 · 1 comment
Open

Not able to update any attributes for ROSA cluster #602

ahmad-sharif opened this issue Apr 1, 2024 · 1 comment

Comments

@ahmad-sharif
Copy link

Hi team,
I am facing an issue with updating any tags or attributes, for example, if I try to update instance type m5.xlarge to m5.2xlarge I get the following error
resource "rhcs_cluster_rosa_hcp" "rosa_hcp_cluster" { │ │ Attribute compute_machine_type, cannot be changed from "m5.xlarge" to "m5.2xlarge"

Is there any workaround or will it be fixed in the coming release?

Thank you

@gdbranco
Copy link
Contributor

Instead of utilizing the field on the cluster resource, please include the machine pool with the machine pool resource rhcs_hcp_machine_pool. This will allow you to change the instance for each machine pool

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