You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: