IBM-Cloud / terraform-provider-ibm

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs
Mozilla Public License 2.0
341 stars 667 forks source link

taints for worker pool #3995

Open Wayne-H-Ha opened 2 years ago

Wayne-H-Ha commented 2 years ago

Community Note

taints for worker pool

New or Affected Resource(s) or Datasource(s)

Potential Terraform Configuration

Here is the taint found in the terraform.tfstate file:

% grep NoSchedule terraform.tfstate -B2 -A3
            "taints": [
              {
                "effect": "NoSchedule",
                "key": "codeengine.cloud.ibm.com/node-restriction-worker-pool-name",
                "value": "codeengine-user-bx2-16x64"
              }

References

bujjipraveen commented 2 years ago

Further more, it only recognizes the change from the state file (for example, changing the key in the above code to something else) and shows that there is an update in the terraform plan. It isn't recognizing the actual infrastructure updates (add, update or delete taints. Let us know if you need any other information on reproducing this.