You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version and Provider Version
Terraform v1.4.2
Affected Resource(s)
oci_containerengine_node_pool
Terraform Configuration Files
# Copy-paste your Terraform configurations here - for large Terraform configs,# please use a service like Dropbox and share a link to the ZIP file. # Please remove any sensitive information from configuration files before sharing them.
Debug Output
Panic Output
Expected Behavior
Using oke module, we wanted to change the value of max_pods_per_node from 110 to 15, after terraform apply it has to update this value on the nodepool.
Actual Behavior
In terraform plan it shows that it needs to be updated, but after doing the apply, the node pool configuration does not get updated. When you do terraform plan again, it shows that the parameter has not changed.
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered:
@bettaps / @hyder / @devoncrouse - This looks like a provider bug. There's a similar issue opened here -oracle/terraform-provider-oci#2011. The terraform apply for autoscaler_pool completes without actually changing the value for max_pods_per node but fails for oke-vm-standard pool.
Community Note
Terraform Version and Provider Version
Terraform v1.4.2
Affected Resource(s)
oci_containerengine_node_pool
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Using oke module, we wanted to change the value of max_pods_per_node from 110 to 15, after terraform apply it has to update this value on the nodepool.
Actual Behavior
In terraform plan it shows that it needs to be updated, but after doing the apply, the node pool configuration does not get updated. When you do terraform plan again, it shows that the parameter has not changed.
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: