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]: Bind SSL Profile to Gateway VServer Produced an unexpected new value #1206

Open
gtg-rlee opened this issue Sep 18, 2024 · 0 comments
Open
Labels

Comments

@gtg-rlee
Copy link

Terraform Core Version

1.9.5

citrixadc Provider Version

1.40.1

Operating system

Windows

Affected Resource(s)

When attempting to bind an SSL profile to a Gateway VServer, the SSL Profile is binding correctly but terraform ultimately fails with the following error:

Code Snippet for binding SSL Profile to VPN VServer (Note: works for for LB VServers)

resource "citrixadc_sslvserver" "this" {
vservername = citrixadc_vpnvserver.this.name
sslprofile = var.gw_vserver_config.sslprofilename
depends_on = [citrixadc_vpnvserver.this]
}

Equivalent NetScaler CLI Command

set ssl vserver -sslProfile

Expected Behavior

SSL Profile is bound to the VPN vServer without producing any error messages

Actual Behavior

SSL Profile is bound to the VPN VServer, but returns an unexpected result causing terraform to fail the rest of the deployment

Relevant Error/Panic Output Snippet

Error: Provider produced inconsistent result after apply
│ 
│ When applying changes to
│ module.lb_vservers["vserver_3"].citrixadc_sslvserver.this[0], 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

Unable to provide configuration files at this time

Steps to Reproduce

Create an SSL profile
Create a VPN VServer
Bind SSL Profile to VPN VServer

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

@gtg-rlee gtg-rlee added the bug label Sep 18, 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

1 participant