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]: Not able to delete citrixadc_dnssrvrec resource, and import fails for some attributes #1157

Closed
rohit-myali opened this issue May 9, 2024 · 0 comments · Fixed by #1158
Assignees
Labels
bug In-Progress ..being worked upon

Comments

@rohit-myali
Copy link
Contributor

Terraform Core Version

terraform --version Terraform v1.7.4

citrixadc Provider Version

1.38.0

Operating system

MacOS

Affected Resource(s)

  • citrixadc_dnssrvrec

Equivalent NetScaler CLI Command

rm dnssrvRec example.com sdf.crd

Expected Behavior

The resource is being created but it doesn't get destroyed, it says destroyed, but it is still present in the NetScaler CLI.

Actual Behavior

It should get destroyed as soon as we destroy command is executed.

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

resource "citrixadc_dnssrvrec" "dnssrvrec" {
  domain   = "example.com"
  target   = "_sip._udp.example.com"
  priority = 1
  weight   = 1
  port     = 22
  ttl      = 3600
}

Steps to Reproduce

Apply the configuration, and then destroy.
SSH into the NetScaler CLI and check for the resource and it will be still be present.

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

@rohit-myali rohit-myali added the bug label May 9, 2024
@rohit-myali rohit-myali added the In-Progress ..being worked upon label May 10, 2024
@rohit-myali rohit-myali self-assigned this May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug In-Progress ..being worked upon
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant