Closed bbung closed 1 year ago
Hello @bbung I couldn't reproduce the issue with your config.
I've applied the one you provided, then changed min_node_count
to 5 and hit terraform apply
, next I did the same with min_node_count
= 2.
Can you recheck if issue still persists?
Terraform provider version
Terraform v1.5.3 OTC 1.35.3
Affected Resource(s)
opentelekomcloud_cce_node_pool_v3
Terraform Configuration Files
Debug Output/Panic Output
Steps to Reproduce
terraform apply
(min_node_count = 5) 2.terraform apply
(min_node_count = 2)Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: ~ update in-place
Terraform will perform the following actions:
opentelekomcloud_cce_node_pool_v3.node_pool_3 will be updated in-place
~ resource "opentelekomcloud_cce_node_pool_v3" "node_pool_3" { id = "xxx" ~ min_node_count = 8 -> 2 name = "int-otc-001-node-pool-de-03"
(12 unchanged attributes hidden)
Plan: 0 to add, 1 to change, 0 to destroy.