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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: produced an unexpected new value #1221

Open
magnusesse opened this issue Oct 25, 2024 · 0 comments
Open

[Bug]: produced an unexpected new value #1221

magnusesse opened this issue Oct 25, 2024 · 0 comments
Assignees
Labels

Comments

@magnusesse
Copy link

Terraform Core Version

1.9.8

citrixadc Provider Version

1.41.0

Operating system

MacOS 15.0.1

Affected Resource(s)

Error thrown when trying to Create name server object

Equivalent NetScaler CLI Command

add dns nameServer 192.168.1.1 -type UDP_TCP

Expected Behavior

Nameserver should be added without errors

Actual Behavior

Nameserver is added but Terraform throws an error

Relevant Error/Panic Output Snippet

citrixadc_dnsnameserver.dnsnameserver: Creating...
╷
│ Error: Provider produced inconsistent result after apply
│ 
│ When applying changes to citrixadc_dnsnameserver.dnsnameserver, provider "provider[\"registry.terraform.io/citrix/citrixadc\"]" produced an unexpected new value:
│ Root object was present, but now absent.
│ 
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.

Terraform Configuration Files

resource "citrixadc_dnsnameserver" "dnsnameserver" {
ip = "192.168.1.1"
local = false
state = "ENABLED"
type = "UDP_TCP"
}

Steps to Reproduce

Configure name server through resources.tf

Debug Output

No response

Panic Output

No response

Important Factoids

If additional information is required, feel free to reach out to me directly

References

No response

@magnusesse magnusesse added the bug label Oct 25, 2024
@rohit-myali rohit-myali self-assigned this Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants