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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

OKE - Not able to update defined tags for node_config_details #2144

Open
luddevik opened this issue Jun 20, 2024 · 2 comments
Open

OKE - Not able to update defined tags for node_config_details #2144

luddevik opened this issue Jun 20, 2024 · 2 comments
Labels
awaiting-affected-resources Please Provide the affected resource name in description. ex. Affected resource - oci_core_instance bug

Comments

@luddevik
Copy link

luddevik commented Jun 20, 2024

Community Note

  • 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.7.2
provider registry.terraform.io/oracle/oci v5.46.0

Affected Resource(s)

affected_resources = oci_containerengine_node_pool, node_config_details, defined_tags

Terraform Configuration Files

resource "oci_containerengine_node_pool" "this" {
  node_config_details {
    defined_tags = {
      "system"    = "test"
    }
}

Expected Behavior

Updating existing node tags in OCI console of the node in a node_pool of a OKE cluster.

Actual Behavior

After terraform apply, the output shows Apply complete! The Node pool goes into updating state, and then Active. But no changes were made. TF state and OCI console still shows the old defined_tags that were applied initially.
defined_tags are also set for node_pool/cluster. Tags are updated as expected on these two resources.

Steps to Reproduce

  1. terraform apply with new updated tags in node_config_details
@luddevik luddevik added the bug label Jun 20, 2024
@luddevik luddevik changed the title Not able to update defined tags for node_config_details OKE - Not able to update defined tags for node_config_details Jun 20, 2024
@tf-oci-pub
Copy link
Member

Thank you for reporting the issue. We observed the affected resources are not provided in the description or it's incorrect. We request you to add it in issue description as mentioned in below format.
Example: affected_resources = oci_core_instance , oci_core_instances

If it's not related to any particular resource then mention affected resource as terraform.
Example: affected_resources = terraform

As this works through automation, request you to follow exact syntax.

@tf-oci-pub tf-oci-pub added the awaiting-affected-resources Please Provide the affected resource name in description. ex. Affected resource - oci_core_instance label Jun 21, 2024
@luddevik
Copy link
Author

Updated with affected resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-affected-resources Please Provide the affected resource name in description. ex. Affected resource - oci_core_instance bug
Projects
None yet
Development

No branches or pull requests

2 participants