terraform-redhat / terraform-provider-rhcs

Terraform provider for Red Hat Cloud Services
Apache License 2.0
45 stars 75 forks source link

Not able to update any attributes for ROSA cluster #602

Open ahmad-sharif opened 4 months ago

ahmad-sharif commented 4 months ago

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 commented 3 months ago

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