We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.9.0
1.39.0
Windows 11 64bit Enterprise
citrixadc_nsrpcnode
set ns rpcNode
Detect that no rpc node with the ip address exists and recreate it.
Fails to detect the resource is not present
[ERROR] Read multiple nsprcnode instances
resource "citrixadc_nsrpcnode" "tf_nsrpcnode_remote" { ipaddress = var.remoteNSIP password = random_password.password.result secure = "ON" srcip = var.localNSIP }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terraform Core Version
1.9.0
citrixadc Provider Version
1.39.0
Operating system
Windows 11 64bit Enterprise
Affected Resource(s)
citrixadc_nsrpcnode
Equivalent NetScaler CLI Command
set ns rpcNode
Expected Behavior
Detect that no rpc node with the ip address exists and recreate it.
Actual Behavior
Fails to detect the resource is not present
Relevant Error/Panic Output Snippet
Terraform Configuration Files
resource "citrixadc_nsrpcnode" "tf_nsrpcnode_remote" {
ipaddress = var.remoteNSIP
password = random_password.password.result
secure = "ON"
srcip = var.localNSIP
}
Steps to Reproduce
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: