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
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)
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: