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]: citrixadc_nsrpcnode error when rerunning after manually deleting remote rpc node #1187

Open
ravager-dk opened this issue Aug 6, 2024 · 0 comments
Labels

Comments

@ravager-dk
Copy link
Contributor

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

[ERROR] Read multiple nsprcnode instances

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

  1. Run the config with a remote IP and a local IP.
  2. Manually delete the RPC node.
  3. Rerun the config

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

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

1 participant