oracle / terraform-provider-oci

Terraform Oracle Cloud Infrastructure provider
https://www.terraform.io/docs/providers/oci/
Mozilla Public License 2.0
758 stars 674 forks source link

Tags cannot be added to validated oci_database_vm_cluster_network #1886

Open stubbmi opened 1 year ago

stubbmi commented 1 year ago

Community Note

Terraform Version and Provider Version

Terraform v1.4.6 on linux_amd64

Affected Resource(s)

oci_database_vm_cluster_network

Terraform Configuration Files

resource "oci_database_vm_cluster" "vm_cluster_2" {
  ...
  defined_tags = var.opn_deal_tags
}

Expected Behavior

Tags being added to the oci_database_vm_cluster_network

Actual Behavior

Getting error that this is not allowed: Error: Update not allowed on validated vm cluster network

However in the OCI Console you can perfectly add tags to validated cluster networks.

Steps to Reproduce

  1. terraform apply

Important Factoids

References

tf-oci-pub commented 1 year ago

Thank you for reporting the issue. We have raised an internal ticket to track this. Our service engineers will get back to you.

vijasank commented 3 months ago

This has been fixed. @stubbmi could you verify?