infobloxopen / terraform-provider-infoblox

Infoblox NIOS Terraform Provider
https://github.com/infobloxopen/terraform-provider-infoblox
Mozilla Public License 2.0
67 stars 72 forks source link

AdmConDataError: None (IBDataConflictError: IB.Data.Conflict:Cannot create extensible attribute definition 'Terraform Internal ID #346

Closed anrub closed 1 month ago

anrub commented 2 months ago

With the current release of the provider I suddenly get the following error message:

{ "Error": "AdmConDataError: None (IBDataConflictError: IB.Data.Conflict:Cannot create extensible attribute definition 'Terraform Internal ID'. Only superusers can manage extensible attribute definition)"

anrub commented 2 months ago

ah okay, I saw the comment on the issue: https://github.com/infobloxopen/terraform-provider-infoblox/issues/276#issuecomment-2063671860 -> So we create the extensible attribute. Although, I think it is more of a major change, cause it will produce a lot of drift like:

# module.base.infoblox_ipv4_network.vnet["asdf"] will be updated in-place
~ resource "infoblox_ipv4_network" "vnet" {
        id = "network/asdf:[10.182.18.0/23/default](http://10.182.18.0/23/default)"
       + internal_id = (known after apply)
       # (9 unchanged attributes hidden)

I guess that can be safely applied?

SanjeevManurkar commented 2 months ago

Its well tested with decent number of objects. You can apply this.